pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators/qemu



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Dec 12 16:26:58 UTC 2018

Modified Files:
        pkgsrc/emulators/qemu: Makefile PLIST distinfo

Log Message:
qemu: updated to 3.1.0

3.1.0:
Incompatible changes
- The "qemu-system-ppcemb" target has been removed. "qemu-system-ppc" or "qemu-system-ppc64" should be used instead.
- The "tls", "x509", and "x509verify" options to "-vnc" have been removed. The "tls-creds" option should be used instead to point to a "tls-creds-x509" object created using "-object"
- The -drive options "cyls", "heads", "secs", "trans", "addr" and "serial" have been removed. The corresponding options of the "-device" parameter have to be used instead now.
- The "-balloon" option has been removed since it is replaced by "-device virtio-balloon" now.
- The "-nodefconfig" option has been removed. Use "-no-user-config" instead.
- The "-startdate", "-localtime" and "-rtc-td-hack" options have been removed. Use the corresponding parameters of "-rtc" instead.
- The "-tftp", "-bootp", "-redir" and "-smb" options have been removed. Use the corresponding parameters of "-nic" or "-netdev" instead.
- The "ssi-sd" device cannot be created anymore with "-device". This could be changed again in the future.
- x86 machines cannot be live-migrated if nested Intel virtualization is enabled. The next version of QEMU will be able to do live migration when nested virtualization is enabled, if supported by the 
kernel.

New deprecated options and features
- The '-machine enforce-config-section' parameter is replaced by the '-global migration.send-configuration' option.
- The 'name' parameter of the '-net' option is a synonym for the 'id' parameter, which should now be used instead.
- The 'hub_id name' parameter tuple of the 'hostfwd_add' and 'hostfwd_remove' HMP commands has been replaced by 'netdev_id'.
- The PowerPC target 'prep' machine type should be replaced by the '40p' machine type.
- Parsing of key,value pair filenames for the RBD block device
- Incorrect CPU topologies specified by -smp socket,core,thread options that are describing number of VCPUs not equal to 'maxcpus'


To generate a diff of this commit:
cvs rdiff -u -r1.194 -r1.195 pkgsrc/emulators/qemu/Makefile
cvs rdiff -u -r1.54 -r1.55 pkgsrc/emulators/qemu/PLIST
cvs rdiff -u -r1.138 -r1.139 pkgsrc/emulators/qemu/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/qemu/Makefile
diff -u pkgsrc/emulators/qemu/Makefile:1.194 pkgsrc/emulators/qemu/Makefile:1.195
--- pkgsrc/emulators/qemu/Makefile:1.194        Wed Nov 14 22:21:26 2018
+++ pkgsrc/emulators/qemu/Makefile      Wed Dec 12 16:26:58 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.194 2018/11/14 22:21:26 kleink Exp $
+# $NetBSD: Makefile,v 1.195 2018/12/12 16:26:58 adam Exp $
 
-DISTNAME=      qemu-3.0.0
-PKGREVISION=   5
+DISTNAME=      qemu-3.1.0
 CATEGORIES=    emulators
 MASTER_SITES=  https://download.qemu.org/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/emulators/qemu/PLIST
diff -u pkgsrc/emulators/qemu/PLIST:1.54 pkgsrc/emulators/qemu/PLIST:1.55
--- pkgsrc/emulators/qemu/PLIST:1.54    Wed Apr 25 07:56:05 2018
+++ pkgsrc/emulators/qemu/PLIST Wed Dec 12 16:26:58 2018
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.54 2018/04/25 07:56:05 adam Exp $
+@comment $NetBSD: PLIST,v 1.55 2018/12/12 16:26:58 adam Exp $
 ${PLIST.ivshmem}bin/ivshmem-client
 ${PLIST.ivshmem}bin/ivshmem-server
 ${PLIST.alpha}bin/qemu-alpha
 ${PLIST.arm}bin/qemu-arm
 ${PLIST.armeb}bin/qemu-armeb
 ${PLIST.cris}bin/qemu-cris
+bin/qemu-edid
 bin/qemu-ga
 ${PLIST.i386}bin/qemu-i386
 bin/qemu-img
@@ -44,7 +45,6 @@ bin/qemu-system-nios2
 bin/qemu-system-or1k
 bin/qemu-system-ppc
 bin/qemu-system-ppc64
-bin/qemu-system-ppcemb
 bin/qemu-system-riscv32
 bin/qemu-system-riscv64
 bin/qemu-system-s390x
@@ -62,6 +62,7 @@ ${PLIST.x86_64}bin/qemu-x86_64
 man/man1/qemu-img.1
 man/man1/qemu.1
 man/man7/qemu-block-drivers.7
+man/man7/qemu-cpu-models.7
 man/man7/qemu-ga-ref.7
 man/man7/qemu-qmp-ref.7
 man/man8/qemu-ga.8
@@ -161,8 +162,10 @@ share/qemu/spapr-rtas.bin
 share/qemu/trace-events-all
 share/qemu/u-boot-sam460-20100605.bin
 share/qemu/u-boot.e500
+share/qemu/vgabios-bochs-display.bin
 share/qemu/vgabios-cirrus.bin
 share/qemu/vgabios-qxl.bin
+share/qemu/vgabios-ramfb.bin
 share/qemu/vgabios-stdvga.bin
 share/qemu/vgabios-virtio.bin
 share/qemu/vgabios-vmware.bin

Index: pkgsrc/emulators/qemu/distinfo
diff -u pkgsrc/emulators/qemu/distinfo:1.138 pkgsrc/emulators/qemu/distinfo:1.139
--- pkgsrc/emulators/qemu/distinfo:1.138        Mon Nov  5 07:27:59 2018
+++ pkgsrc/emulators/qemu/distinfo      Wed Dec 12 16:26:58 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.138 2018/11/05 07:27:59 skrll Exp $
+$NetBSD: distinfo,v 1.139 2018/12/12 16:26:58 adam Exp $
 
-SHA1 (qemu-3.0.0.tar.xz) = fffb4aa0139c7290295a129e040cec0df4468ea6
-RMD160 (qemu-3.0.0.tar.xz) = ea61cb8b6b144c7017c3a53161f883c3aeb15611
-SHA512 (qemu-3.0.0.tar.xz) = a764302f50b9aca4134bbbc1f361b98e71240cdc7b25600dfe733bf4cf17bd86000bd28357697b08f3b656899dceb9e459350b8d55557817444ed5d7fa380a5a
-Size (qemu-3.0.0.tar.xz) = 35624516 bytes
+SHA1 (qemu-3.1.0.tar.xz) = 3ed63c0c05abc8c8ec075dac2688c229f139a5da
+RMD160 (qemu-3.1.0.tar.xz) = 7650d76b8578ee2c31cef048c7929b30c607b83d
+SHA512 (qemu-3.1.0.tar.xz) = 7e8dae823937cfac2f0c60406bd3bdcb89df40313dab2a4bed327d5198f7fcc68ac8b31e44692caa09299cc71256ee0b8c17e4f49f78ada8043d424f5daf82fe
+Size (qemu-3.1.0.tar.xz) = 36070104 bytes
 SHA1 (patch-Makefile) = b3899fb8d0dd2f29bf3edd843836612e6e6c019c
 SHA1 (patch-audio_audio.c) = 98a1de2fd48638886b5d16f6a61dc72910e98b41
 SHA1 (patch-block.c) = 5eb15a87d6646719bf1e9277fbe73a99e4905481



Home | Main Index | Thread Index | Old Index