summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-04-26Update qxl_dev.h to the latest changes in spice-protocolHEADmasterAlexander Larsson1-2/+8
2010-04-23Update for the surface format workAlexander Larsson4-4/+5
2010-04-14vdesktop: qxl device: move into the new update_area commandIzik Eidus3-21/+8
Signed-off-by: Izik Eidus <ieidus@redhat.com>
2010-04-06Make pci id be 0x1ff rev 1, for unstable workAlexander Larsson1-2/+2
Bump to unstable pci id and rev mirroring the change in spice-protocol.
2010-04-05vdesktop: hack to make vdesktop compile with spice-server.ac changeIzik Eidus1-3/+3
Is it correct? for now use it to build Signed-off-by: Izik Eidus <ieidus@redhat.com>
2010-04-05vdesktop: add n_surfaces varibleIzik Eidus1-0/+1
Forgot to add it in last commit Signed-off-by: Izik Eidus <ieidus@redhat.com>
2010-04-03qxl device add off screen supportIzik Eidus3-11/+34
Signed-off-by: Izik Eidus <ieidus@redhat.com>
2010-03-19Merge branch 'master' of git://git.freedesktop.org/git/spice/vdesktopIzik Eidus0-0/+0
2010-03-19fix user networking for windows 7.Izik Eidus1-0/+2
This was fixed by Avi Kivity. Signed-off-by: Izik Eidus <ieidus@redhat.com>
2010-03-19fix user net for win7Izik Eidus1-0/+2
This bug was fixed by Avi Kivity Signed-off-by: Izik Eidus <ieidus@redhat.com>
2010-01-28qemu: qxl device: add surface 0 supportIzik Eidus6-339/+436
no detach/attach anymore, memory is still alive no matter what. Signed-off-by: Izik Eidus <ieidus@redhat.com>
2009-12-23qxl: deffer vga updates in case commands ring is fullYaniv Kamay1-34/+76
2009-11-23vdesktop: add memslot supportIzik Eidus7-25/+471
Signed-off-by: Izik Eidus <ieidus@redhat.com>
2009-10-29fix kbuild for kvm_trace casesyaniv1-0/+19
2009-10-26fix older kernel buildYaniv Kamay2-3/+2
2009-10-26libkvm: kick out unneeded include fileIzik Eidus1-1/+0
Signed-off-by: Izik Eidus <ieidus@redhat.com>
2009-10-26vdesktop: remove para-virt conflicts.Izik Eidus1-13/+0
Signed-off-by: Izik Eidus <ieidus@redhat.com>
2009-10-26vdesktop remove ksm from vl.cIzik Eidus1-0/+8
Signed-off-by: Izik Eidus <ieidus@redhat.com>
2009-10-26vdesktop: add new kernel dirIzik Eidus48-0/+6276
Signed-off-by: Izik Eidus <ieidus@redhat.com>
2009-10-26vdesktop: remove kernel dirIzik Eidus42-7008/+0
Signed-off-by: Izik Eidus <ieidus@redhat.com>
2009-10-26force ac97 audio deviceYaniv Kamay1-2/+2
2009-10-14protect against out of order audio verbs in vd_interface_audioYaniv Kamay1-5/+26
2009-10-14add Red Hat Copyright to user dirYaniv Kamay1-3/+5
2009-09-24fix build on f11Yaniv Kamay3-6/+4
2009-09-19spice: vdi audio: fix unsafe access to audio plugYaniv Kamay1-1/+5
2009-09-09update_refcount: Write complete sectorsEduardo Habkost1-8/+26
Message-id: <1252527484-19604-6-git-send-email-ehabkost@redhat.com> RH-Author: Eduardo Habkost <ehabkost@redhat.com> Patchwork-id: 3387 O-Subject: [PATCH 5/5] update_refcount: Write complete sectors Bugzilla: Author: Kevin Wolf <kwolf@redhat.com> Bugzilla: 520693 RH-Acked-by: Juan Quintela <quintela@redhat.com> RH-Acked-by: Gleb Natapov <gleb@redhat.com> RH-Acked-by: Andrea Arcangeli <aarcange@redhat.com> When updating the refcount blocks in update_refcount(), write complete sectors instead of updating single entries. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> --- qemu/block-qcow2.c | 34 ++++++++++++++++++++++++++-------- 1 files changed, 26 insertions(+), 8 deletions(-) Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> --- qemu/block-qcow2.c | 34 ++++++++++++++++++++++++++-------- 1 files changed, 26 insertions(+), 8 deletions(-) Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
2009-09-09alloc_cluster_link_l2: Write complete sectorsEduardo Habkost1-3/+25
Message-id: <1252527484-19604-5-git-send-email-ehabkost@redhat.com> RH-Author: Eduardo Habkost <ehabkost@redhat.com> Patchwork-id: 3384 O-Subject: [PATCH 4/5] alloc_cluster_link_l2: Write complete sectors Bugzilla: Author: Kevin Wolf <kwolf@redhat.com> Bugzilla: 520693 RH-Acked-by: Juan Quintela <quintela@redhat.com> RH-Acked-by: Andrea Arcangeli <aarcange@redhat.com> RH-Acked-by: Gleb Natapov <gleb@redhat.com> When updating the L2 tables in alloc_cluster_link_l2(), write complete sectors instead of updating single entries. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> --- qemu/block-qcow2.c | 28 +++++++++++++++++++++++++--- 1 files changed, 25 insertions(+), 3 deletions(-) Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> --- qemu/block-qcow2.c | 28 +++++++++++++++++++++++++--- 1 files changed, 25 insertions(+), 3 deletions(-) Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
2009-09-09Combined patch of two upstream commits (the second fixing the first)Eduardo Habkost1-14/+39
Message-id: <1252527484-19604-4-git-send-email-ehabkost@redhat.com> RH-Author: Eduardo Habkost <ehabkost@redhat.com> Patchwork-id: 3385 O-Subject: [PATCH 3/5] Combined patch of two upstream commits (the second fixing the first) Bugzilla: Author: Kevin Wolf <kwolf@redhat.com> Bugzilla: 520693 RH-Acked-by: Juan Quintela <quintela@redhat.com> RH-Acked-by: Andrea Arcangeli <aarcange@redhat.com> RH-Acked-by: Gleb Natapov <gleb@redhat.com> l2_allocate: Write complete sectors When modifying the L1 table, l2_allocate() needs to write complete sectors instead of single entries. The L1 table is already in memory, reading it from disk in the block layer to align the request is wasted performance. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> --- qcow2: Fix L1 table memory allocation Contrary to what one could expect, the size of L1 tables is not cluster aligned. So as we're writing whole sectors now instead of single entries, we need to ensure that the L1 table in memory is large enough; otherwise write would access memory after the end of the L1 table. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com> --- qemu/block-qcow2.c | 53 ++++++++++++++++++++++++++++++++++++++------------- 1 files changed, 39 insertions(+), 14 deletions(-) Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> --- qemu/block-qcow2.c | 53 ++++++++++++++++++++++++++++++++++++++------------- 1 files changed, 39 insertions(+), 14 deletions(-) Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
2009-09-09qcow2: Update multiple refcounts at onceEduardo Habkost1-4/+36
Message-id: <1252527484-19604-3-git-send-email-ehabkost@redhat.com> RH-Author: Eduardo Habkost <ehabkost@redhat.com> Patchwork-id: 3386 O-Subject: [PATCH 2/5] qcow2: Update multiple refcounts at once Bugzilla: Author: Kevin Wolf <kwolf@redhat.com> Bugzilla: 520693 RH-Acked-by: Juan Quintela <quintela@redhat.com> RH-Acked-by: Andrea Arcangeli <aarcange@redhat.com> RH-Acked-by: Gleb Natapov <gleb@redhat.com> Don't write each single changed refcount block entry to the disk after it is written, but update all entries of the block and write all of them at once. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> --- qemu/block-qcow2.c | 40 ++++++++++++++++++++++++++++++++++++---- 1 files changed, 36 insertions(+), 4 deletions(-) Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> --- qemu/block-qcow2.c | 40 ++++++++++++++++++++++++++++++++++++---- 1 files changed, 36 insertions(+), 4 deletions(-) Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
2009-09-09qcow2: Refactor update_refcountEduardo Habkost1-30/+56
Message-id: <1252527484-19604-2-git-send-email-ehabkost@redhat.com> RH-Author: Eduardo Habkost <ehabkost@redhat.com> Patchwork-id: 3388 O-Subject: [PATCH 1/5] qcow2: Refactor update_refcount Bugzilla: Author: Kevin Wolf <kwolf@redhat.com> Bugzilla: 520693 RH-Acked-by: Juan Quintela <quintela@redhat.com> RH-Acked-by: Andrea Arcangeli <aarcange@redhat.com> RH-Acked-by: Gleb Natapov <gleb@redhat.com> This is a preparation patch with no functional changes. It moves the allocation of new refcounts block to a new function and makes update_cluster_refcount (for one cluster) call update_refcount (for multiple clusters) instead the other way round. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> --- qemu/block-qcow2.c | 86 ++++++++++++++++++++++++++++++++++------------------ 1 files changed, 56 insertions(+), 30 deletions(-) Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> --- qemu/block-qcow2.c | 86 ++++++++++++++++++++++++++++++++++------------------ 1 files changed, 56 insertions(+), 30 deletions(-) Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
2009-08-18Initialize PS2 keyboard / mouse state on resetEduardo Habkost1-6/+32
https://bugzilla.redhat.com/515275 This is a backport of qemu commit ef74679a810fe6858f625b9d52b68cc3fc61eb3d. I don't know if this bug should be considered a RHEL-5.4 blocker. If not, then this is a RHEL-5.5 patch submission. :) Log message from the patch added on Bugzilla: Initialize PS2 keyboard / mouse state on reset Currently only common PS2 state is initialized, leaving keyboard and mouse specific state to contain stale values. Signed-off-by: Dinesh Subhraveti <dineshs@us.ibm.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Ram Pai <linuxram@us.ibm.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Bugzilla: 517855 RH-Upstream-status: backport-from-upstream Message-Id: <1249318832-29302-1-git-send-email-ehabkost@redhat.com> Acked-by: Juan Quintela <quintela@redhat.com> Acked-by: Markus Armbruster <armbru@redhat.com> Acked-by: Dor Laor <dlaor@redhat.com>
2009-07-31ide calls register_savevm() three times for pci_ide_save/loadJuan Quintela1-2/+2
Hi In this commit, it was changed the save/load version for ide to 3 in only 1 place, but pci_ide_save/load is called from three places. This patch fixes it. commit ee49f80b360dd57acc61df1694fc7ea798ffa485 Author: Gleb Natapov <gleb@redhat.com> Date: Wed Jul 29 19:15:11 2009 +0300 As funny as it can get, the problem that we are fixing is that keyboard didn't worked after migration. If you really like strange bugs :) Later, Juan. bugzilla 514887 [ehabkost: more detailed description from Markus Armbruster below] ide.c defines a couple of chips: ISA, CMD646, PIIX3, PIIX4, PowerMac, MMIO, DSCM-1XXXX. Gleb's commit changed pci_ide_save() and pci_ide_load() to put/get an additional four bytes. The two functions are used with CMD646, PIIX3 and PIIX3. The commit bumped the savevm version_id only for CMD646, not for PIIX3 and PIIX4. Juan's patch bumps the other two. Signed-off-by: Juan Quintela <quintela@redhat.com> Message-Id: <1249059708-32209-1-git-send-email-quintela@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Bugzilla: 514887 Acked-by: Eduardo Habkost <ehabkost@redhat.com> Acked-by: Markus Armbruster <armbru@redhat.com> Acked-by: Rik van Riel <riel@redhat.com>
2009-07-31Restore support for block driver "fat"Markus Armbruster1-1/+1
Okay, brown-paperbag-time. Block drivers have two names. "fat" is the protocol name. What is actually matched by bdrv_is_supported() is the format name, which is "vvfat". Still bug 514785. From: Markus Armbruster <armbru@redhat.com> Date: Thu, 30 Jul 2009 20:59:16 +0200 Subject: [PATCH RHEL-5] Restore support for block driver "fat" When we axed unsupported block drivers, we also killed off "fat". This broke RHEVM. The need for fat had been mentioned, but was overlooked. Regardless of whether RHEVM should or could be changed not to use "fat", we need to unbreak it first, and ask questions later. Bug 514785. Please ACK. Signed-off-by: Markus Armbruster <armbru@redhat.com> RH-Upstream-status: not-applicable Bugzilla: 514785 Acked-by: Chris Wright <chrisw@redhat.com> Acked-by: Gleb Natapov <gleb@redhat.com> Acked-by: Juan Quintela <quintela@redhat.com> Acked-by: Dan Kenigsberg <danken@redhat.com> Acked-by: Donald Dutile <ddutile@redhat.com> Message-ID: <87y6q5ol37.fsf@pike.pond.sub.org> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Obsoletes: <877hxqyp2z.fsf@pike.pond.sub.org> Acked-by: Amit Shah <amit.shah@redhat.com>
2009-07-29Work around VM state change handlers running out of order.Dor Laor1-0/+8
Here is a new patch, written by Yaniv, acked by myself: >From 6253b79afa02e87e016b2dd4cfae4fb83897c4dd Mon Sep 17 00:00:00 2001 From: Yaniv Kamay <ykamay@redhat.com> Date: Wed, 29 Jul 2009 17:16:31 +0300 Subject: [PATCH] Work around VM state change handlers running out of order. Bug 511038 Instead of issuing large scale change, just fix the effected devices. Signed-off-by: Yaniv Kamay <ykamay@redhat.com> Signed-off-by: Dor Laor <dor@redhat.com> Message-ID: <4A705AA8.4090504@redhat.com> Obsoletes: <87my6ovbt0.fsf@pike.pond.sub.org> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Bugzilla: 511038 RH-Upstream-status: not-applicable Acked-by: Dor Laor <dor@redhat.com> Acked-by: "Yonit Halperin" <yhalperi@redhat.com> Acked-by: Izik Eidus <ieidus@redhat.com> Acked-by: Arnon Gilboa <agilboa@redhat.com> Acked-by: Markus Armbruster <armbru@redhat.com>
2009-07-29make windows notice media changeGleb Natapov1-4/+9
Windows seems to be very stupid about cdrom media change. It polls cdrom status and if status goes ready->media not present->ready it assumes that media was changed. If "media not present" step doesn't happen even if "medium may have changed" was seen it assumes media haven't changed. Fake "media not present" step. BZ: 513991 Upstream status: sent for review. Signed-off-by: Gleb Natapov <gleb@redhat.com> Message-ID: <20090729161511.GH30449@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Bugzilla: 513991 Obsoletes: <20090729134815.GW30449@redhat.com> Obsoletes: <20090729121008.GO30449@redhat.com> RH-Upstream-status: submitted Acked-by: Avi Kivity <avi@redhat.com> Acked-by: Juan Quintela <quintela@redhat.com> Acked-by: Glauber Costa <glommer@redhat.com>
2009-07-29Compile out NBD removalJuan Quintela3-5/+22
Hi, there was a missunderstanding between nbd and libguestfs needs. It is not needed for libguestfs, then we don't want to support it. The next patch add the changes to kvm.spec file. Later, Juan. Signed-off-by: Juan Quintela <quintela@redhat.com> Message-ID: <m3d47j7diq.fsf@neno.mitica> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> RH-Upstream-status: not-applicable Acked-by: Markus Armbruster <armbru@redhat.com> Bugzilla: 512837 Acked-by: Glauber Costa <glommer@redhat.com> Acked-by: Eduardo Habkost <ehabkost@redhat.com> Acked-by: "Daniel P. Berrange" <berrange@redhat.com> Acked-by: Luiz Capitulino <lcapitulino@redhat.com>
2009-07-29fix for bug #508664, KVM: "could not read the boot disk"Naphtali Sprei1-6/+8
error message after running "Sys Mark" benchmark on Windows Guest In some cases reboot sequence fails to detect the ide device in the rombios sequence for ata_detect, since ioport writes are ignored when the ide device status indicates busy or data request in progres. The ide if must be reset when system reset. Signed-off-by: Naphtali Sprei <nsprei@redhat.com> Message-ID: <4A708E6A.4000809@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Bugzilla: 508664 Acked-by: Gleb Natapov <gleb@redhat.com> Acked-by: Dor Laor <dlaor@redhat.com> Acked-by: Avi Kivity <avi@redhat.com>
2009-07-29Reset irq line on qxl and vdi on guest resetDor Laor1-0/+2
We need this patch in before the final freeze. Please help with flags and ACKS Thanks. >From fe25bb63a454431d90d28fd35d2ee3c3c5d025b2 Mon Sep 17 00:00:00 2001 From: Dor Laor <dor@redhat.com> Date: Wed, 29 Jul 2009 17:24:26 +0300 Subject: [PATCH] Reset irq line on qxl and vdi on guest reset BZ 514526 Signed-off-by: Yaniv Kamay ykamay@redhat.com> Signed-off-by: Dor Laor <dor@redhat.com> Message-ID: <4A705E5D.40508@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Bugzilla: 514526 RH-Upstream-status: not-applicable Acked-by: "Yonit Halperin" <yhalperi@redhat.com> Acked-by: Izik Eidus <ieidus@redhat.com> Acked-by: Arnon Gilboa <agilboa@redhat.com>
2009-07-29add workaround for libvirt bugGleb Natapov1-2/+2
Currently libvirt has a bug. It does not specify correct manufacturer family and product information when QEMU is started. Add workaround for the bug in QEMU. BZ: 499405 Upstream status: no way Signed-off-by: Gleb Natapov <gleb@redhat.com> Message-ID: <20090729084120.GL30449@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Bugzilla: 499405 RH-Upstream-status: not-applicable Acked-by: Mark McLoughlin <markmc@redhat.com> Acked-by: "Daniel P. Berrange" <berrange@redhat.com> Acked-by: Dor Laor <dlaor@redhat.com> Acked-by: Juan Quintela <quintela@redhat.com>
2009-07-29Disable unsupported block formatsMarkus Armbruster5-5/+39
We get block drivers in two ways: the user explicitly specifies one, or he lets QEMU probe the image. Explicit specification is easy. It always goes through bdrv_find_format(). Utility programs and QEMU proper use different call sites. Change QEMU's to use bdrv_find_supported_format() instead, which filters out unsupported formats. Probing is a bit more complicated. We can't just get rid of the unsupported formats, because that makes probing fall back to raw (I'm simplifying, but it'll do to illustrate the problem). We don't want to fall back, we want to reject the image as unsupported. Insert a check for supportedness between probing and opening in bdrv_open2(). Fail if unsupported. This makes a probed image that calls for an unsupported format fail similar to an image that can't be opened. This check also catches any use of an unsupported block driver that wasn't directly requested by the user, e.g. a qcow2 backing file with protocol "fat:". This patch identical to my previous one, except it leaves the "host_device" block driver enabled. Without that, -cdrom /dev/cdrom is rejected as unsupported. Please ACK. Message-ID: <87ws5ssddd.fsf_-_@pike.pond.sub.org> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Bugzilla: 512837 Obsoletes: <87y6qgqnc1.fsf@pike.pond.sub.org> Obsoletes: <528ddc93c31408561b1ad838a0fb518d4be81930.1248207933.git.quintela@redhat.com> Obsoletes: <b8c2bdbe25f43b4d0e0e95a0044cca4c31e505c7.1248095798.git.quintela@redhat.com> Acked-by: Juan Quintela <quintela@redhat.com> Acked-by: Dor Laor <dlaor@redhat.com> Acked-by: Kevin Wolf <kwolf@redhat.com>
2009-07-29Be able to compile out bluetoothJuan Quintela3-0/+13
https://bugzilla.redhat.com/512837 Signed-off-by: Juan Quintela <quintela@redhat.com> Message-Id: <8b244aa153005ebfa6140badc0e6cf9c54218ef7.1248252586.git.quintela@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Bugzilla: 512837 Obsoletes: <5e5d282e32901eeaa0da25d6a66c9d3625642b17.1248207933.git.quintela@redhat.com> Acked-by: Dor Laor <dlaor@redhat.com> Acked-by: Markus Armbruster <armbru@redhat.com> RH-Upstream-status: pending Acked-by: Eduardo Habkost <ehabkost@redhat.com>
2009-07-29Enable configure out cards that we don't supportJuan Quintela1-1/+10
Signed-off-by: Juan Quintela <quintela@redhat.com> Message-Id: <e4e5d8de8606351f8fe68b82277caf6cf3989599.1248207933.git.quintela@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Bugzilla: 512837 Acked-by: Markus Armbruster <armbru@redhat.com> Acked-by: Luiz Capitulino <lcapitulino@redhat.com> Acked-by: Dor Laor <dlaor@redhat.com>
2009-07-29add option to disable vmware driversEduardo Habkost5-3/+21
On Mon, Jul 20, 2009 at 03:33:15PM +0200, quintela@redhat.com wrote: > From: Juan Quintela <quintela@redhat.com> > > > Signed-off-by: Juan Quintela <quintela@redhat.com> > --- <snip> > @@ -1343,6 +1347,7 @@ echo "USB serial $usb_serial" > echo "USB net $usb_net" > echo "USB bluez $usb_bluez" > echo "USB host $usb_host" > +echo "VMware drivers $vmware" > echo "Only generic cpus $x86_only_generic_cpus" > > if test $sdl_too_old = "yes"; then > @@ -1670,6 +1675,10 @@ if test "$usb_host" = "yes" ; then > echo "CONFIG_USB_HOST=yes" >> $config_mak > echo "#define CONFIG_USB_HOST 1" >> $config_h > fi > +if test "$usb_host" = "yes" ; then $usb_host? :) Updated patch below. Please ACK. ***NOTE: ACKing this patch implies ACKing the addition of --disable-vmware to the configure line on the kvm package. >From 07f497d105f71abdcc82ee897679816b4056b727 Mon Sep 17 00:00:00 2001 From: Eduardo Habkost <ehabkost@redhat.com> Date: Tue, 21 Jul 2009 22:27:17 +0200 Subject: [PATCH] add option to disable vmware drivers Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Obsoletes: <0818eefafd05b722d813bb56adb6f8d94188f166.1248207932.git.quintela@redhat.com> Obsoletes: <1df390ae2bab8b5447a4d02068afa6b4c9971850.1248095798.git.quintela@redhat.com> Bugzilla: 512837 RH-Upstream-status: pending Message-ID: <20090728202947.GR18848@blackpad.lan.raisama.net> Acked-by: Juan Quintela <quintela@redhat.com> Acked-by: Markus Armbruster <armbru@redhat.com> Acked-by: "Daniel P. Berrange" <berrange@redhat.com> Acked-by: Amit Shah <amit.shah@redhat.com>
2009-07-29add option to disable all cpu's model different from qemu32/64 and pentium3Juan Quintela2-0/+14
VDSM uses pentium3 for 32bits Signed-off-by: Juan Quintela <quintela@redhat.com> Message-Id: <3dd56806555ed552e17a03d4f668d332633ca847.1248252585.git.quintela@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Bugzilla: 512837 Obsoletes: <3c9ce0b0d6fb42901696bb74128665490edb7a1c.1248207932.git.quintela@redhat.com> Obsoletes: <d87544c978b2a85175ccf55f8e0d1bb6058a51bb.1248095798.git.quintela@redhat.com> Acked-by: Markus Armbruster <armbru@redhat.com> RH-Upstream-status: pending Acked-by: Dor Laor <dlaor@redhat.com> Acked-by: Kevin Wolf <kwolf@redhat.com>
2009-07-29change qcow2 default cache mode to noneJuan Quintela1-5/+2
Signed-off-by: Juan Quintela <quintela@redhat.com> Message-Id: <2fde8ebf99cd62c084c378d287fe3324e83de12c.1248207932.git.quintela@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Bugzilla: 512837 Message-Id: <31a92212c1ecff51ba68bb4442b588b8ef756753.1248095798.git.quintela@redhat.com> Acked-by: "Daniel P. Berrange" <berrange@redhat.com> Acked-by: Dor Laor <dlaor@redhat.com> Acked-by: Kevin Wolf <kwolf@redhat.com>
2009-07-29add option to disable usb bluezJuan Quintela3-2/+16
Signed-off-by: Juan Quintela <quintela@redhat.com> Message-Id: <e4bd75dc78bb8c1a0a8beaed6083687f6576494d.1248207932.git.quintela@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Bugzilla: 512837 Message-Id: <7a1311844a4e4670d63677401e20a7230508d3d4.1248095798.git.quintela@redhat.com> Acked-by: "Daniel P. Berrange" <berrange@redhat.com> Acked-by: Markus Armbruster <armbru@redhat.com> RH-Upstream-status: pending Acked-by: Dor Laor <dlaor@redhat.com>
2009-07-29add option to disable usb netJuan Quintela3-1/+14
Signed-off-by: Juan Quintela <quintela@redhat.com> Message-Id: <16a6da09d336f7e74039a87e5fcaf6b0dbcea80b.1248207932.git.quintela@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Bugzilla: 512837 Message-Id: <a42c9417d705ba051ebfa907a8c7a6311300c9dd.1248095798.git.quintela@redhat.com> Acked-by: "Daniel P. Berrange" <berrange@redhat.com> Acked-by: Markus Armbruster <armbru@redhat.com> RH-Upstream-status: pending Acked-by: Luiz Capitulino <lcapitulino@redhat.com> (conditional on feature unwanted)
2009-07-29add option to disable usb serialJuan Quintela3-4/+20
Signed-off-by: Juan Quintela <quintela@redhat.com> Message-Id: <d5f2fb3889878133354dd78019be3998830e109e.1248207932.git.quintela@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Bugzilla: 512837 Obsoletes: <a542be03f85a8a9432c653c36cfe973b1608763b.1248095797.git.quintela@redhat.com> Acked-by: Markus Armbruster <armbru@redhat.com> Acked-by: Luiz Capitulino <lcapitulino@redhat.com> (conditional on feature unwanted) RH-Upstream-status: pending Acked-by: "Daniel P. Berrange" <berrange@redhat.com>
2009-07-29add option to disable usb wacom tabletsJuan Quintela3-2/+17
Signed-off-by: Juan Quintela <quintela@redhat.com> Message-Id: <a333584b16aaa33191188d4f6f75e9871c2140d5.1248207932.git.quintela@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Bugzilla: 512837 Obsoletes: <ae715a964ea090a7349127c13f76f60d0ef35496.1248095797.git.quintela@redhat.com> Acked-by: Markus Armbruster <armbru@redhat.com> Acked-by: Luiz Capitulino <lcapitulino@redhat.com> (conditional on feature unwanted) RH-Upstream-status: pending Acked-by: Eduardo Habkost <ehabkost@redhat.com> Acked-by: "Daniel P. Berrange" <berrange@redhat.com>
2009-07-29add option to disable usb mass storage devicesJuan Quintela3-3/+19
Signed-off-by: Juan Quintela <quintela@redhat.com> Message-Id: <0c5556be077d225cfcc2278126c1dea5f9d4647a.1248207931.git.quintela@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Bugzilla: 512837 Obsoletes: <aa59f13707d31f31df10c6e2fc7d01b88e77fd1f.1248095797.git.quintela@redhat.com> Acked-by: Markus Armbruster <armbru@redhat.com> Acked-by: Luiz Capitulino <lcapitulino@redhat.com> (conditional on feature unwanted) RH-Upstream-status: pending Acked-by: Dor Laor <dlaor@redhat.com>