Hello community, here is the log from the commit of package kvm for openSUSE:Factory checked in at 2012-07-09 08:01:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kvm (Old) and /work/SRC/openSUSE:Factory/.kvm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kvm", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/kvm/kvm.changes 2012-07-02 10:28:58.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kvm.new/kvm.changes 2012-07-09 08:01:46.000000000 +0200 @@ -1,0 +2,12 @@ +Tue Jul 3 15:28:24 UTC 2012 - [email protected] + +- Update to qemu-kvm v1.1.0 + - see http://wiki.qemu.org/ChangeLog/1.1 for details + +------------------------------------------------------------------- +Mon Jul 2 16:16:55 UTC 2012 - [email protected] + +- segfault can occur with -M pc-1.0 and -M pc-0.15 due to bad + machine default settings (bnc#765038) + +------------------------------------------------------------------- Old: ---- kvm-qemu-preXX-block-prevent-snapshot-mode-TMPDIR-symlink-attack.patch qemu-kvm-1.1.rc3.tar.bz2 New: ---- kvm-qemu-preXX-qemu-kvm-Add-missing-default-machine-options.patch qemu-kvm-1.1.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kvm.spec ++++++ --- /var/tmp/diff_new_pack.6GtcqO/_old 2012-07-09 08:01:53.000000000 +0200 +++ /var/tmp/diff_new_pack.6GtcqO/_new 2012-07-09 08:01:53.000000000 +0200 @@ -19,8 +19,8 @@ %bcond_without spice -%define package_true_version 1.1.rc3 -%define package_base_version 1.1 +%define package_true_version 1.1.0 +%define package_base_version 1.1.0 %define bios_id seabios-1.7.0 # ipxe is through git commit id: addf699c86ae18edd7de13433da78be926c22504 %define pxe_rom_id ipxe-1.0.0 @@ -143,8 +143,8 @@ Patch104: kvm-qemu-madvise-hugepages.patch Patch105: kvm-qemu-preXX-dictzip3.patch Patch106: kvm-qemu-preXX-use--libexecdir-instead-of-ignoring.patch -Patch107: kvm-qemu-preXX-block-prevent-snapshot-mode-TMPDIR-symlink-attack.patch -Patch108: kvm-qemu-preXX-uhci-fix-uhci_async_cancel_all.patch +Patch107: kvm-qemu-preXX-uhci-fix-uhci_async_cancel_all.patch +Patch108: kvm-qemu-preXX-qemu-kvm-Add-missing-default-machine-options.patch Patch200: kvm-studio-slirp-nooutgoing.patch Patch201: kvm-studio-vnc.patch @@ -274,7 +274,6 @@ --extra-cflags="%{optflags}" \ --disable-debug-tcg \ --disable-sparse \ - --disable-strip \ --enable-werror \ --enable-sdl \ %if 0%{?suse_version} >= 1100 ++++++ kvm-qemu-preXX-qemu-kvm-Add-missing-default-machine-options.patch ++++++ qemu-kvm-specific machine defaults were missing for pc-0.15 and pc-1.0. References: bnc#765038 Signed-off-by: Jan Kiszka <[email protected]> Acked-by: Bruce Rogers <[email protected]> --- hw/pc_piix.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/hw/pc_piix.c b/hw/pc_piix.c index c3fb74e..4e8a280 100644 --- a/hw/pc_piix.c +++ b/hw/pc_piix.c @@ -393,6 +393,7 @@ static QEMUMachine pc_machine_v1_0 = { .desc = "Standard PC", .init = pc_init_pci, .max_cpus = 255, + .default_machine_opts = "accel=kvm,kernel_irqchip=on", .compat_props = (GlobalProperty[]) { PC_COMPAT_1_0, { /* end of list */ } @@ -407,6 +408,7 @@ static QEMUMachine pc_machine_v0_15 = { .desc = "Standard PC", .init = pc_init_pci, .max_cpus = 255, + .default_machine_opts = "accel=kvm,kernel_irqchip=on", .compat_props = (GlobalProperty[]) { PC_COMPAT_0_15, { /* end of list */ } ++++++ qemu-kvm-1.1.rc3.tar.bz2 -> qemu-kvm-1.1.0.tar.bz2 ++++++ ++++ 2594 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
