Re: [Qemu-devel] [PATCH 2/7 v6] update linux headers

2012-07-07 Thread Paul Gortmaker
On Fri, Jul 6, 2012 at 5:38 AM, Wen Congyang wrote: > Signed-off-by: Wen Congyang Minor nit, but adding text "for kvm" to the end of your subject can be useful for people who are browsing short log of commits without the context of the full patch series. Since there were questions about the wh

[Qemu-devel] [Bug 1022023] Re: vga/std lacks few wide screen modes.

2012-07-07 Thread Paweł Sikora
small correction, 16080x1050 is supported but there's no support for 1600x1000 and 1600x900. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1022023 Title: vga/std lacks few wide screen modes. Statu

[Qemu-devel] [Bug 918791] Re: qemu-kvm dies when using vmvga driver and unity in the guest

2012-07-07 Thread Michael Tokarev
"if x or y < 0, set them to 0 (and decrement with/height accordingly)" If it is possible in this context to have negative x or y, it is also possible to have them larger than width and heigth by absolute value, so that when decrementing width/height accordingly, width/height becomes negative too.

[Qemu-devel] [Bug 1022023] [NEW] vga/std lacks few wide screen modes.

2012-07-07 Thread Paweł Sikora
Public bug reported: hi, i have noticed that qemu-1.0.1 doesn't support few widescreen modes on -vga std, e.g. 1680x1050, 1600x1000, 1440x900. i have a few laptops with kvm and i would like to work with qemu windows guest native full wide screen mode. could you please add these modes? ** Affect

[Qemu-devel] [Bug 1021649] Re: qemu 1.1.0 waits for a keypress at boot

2012-07-07 Thread Richard W.M. Jones
Yes, I tested it again and it does look like it's loading a Fedora ROM. Dammit ... ** Changed in: qemu Status: New => Invalid -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1021649 Title: qe

[Qemu-devel] [PATCH] qemu-log: fix x86 and user logging

2012-07-07 Thread Blue Swirl
5726c27fa913296aafab9f50b912cea5b3709271 broke x86 specific options and user emulation specific stdio buffering. Always enable all log items. They may not be useful for non-x86 targets, but there's no harm either. Fix user emulation buffering by passing around a flag. Signed-off-by: Blue Swirl

[Qemu-devel] [Bug 1021649] Re: qemu 1.1.0 waits for a keypress at boot

2012-07-07 Thread Anthony Liguori
I don't see this problem. Are you sure you're not using the bios from Fedora? Perhaps it's configured incorrectly. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1021649 Title: qemu 1.1.0 waits fo

[Qemu-devel] CVE-2011-2212: has it been actually fixed?

2012-07-07 Thread Michael Tokarev
I come across a patch in ububtu qemu-kvm package, this: From: Nelson Elhage Date: Thu, 19 May 2011 13:23:17 -0400 Subject: [PATCH] virtqueue: Sanity-check the length of indirect descriptors. We were previously allowing arbitrarily-long descriptors, which could lead to a buffer overflow in the qe

Re: [Qemu-devel] KVM VMenter/exit cost

2012-07-07 Thread Wei-Ren Chen
On Fri, Jul 06, 2012 at 03:35:05PM -0400, Xin Tong wrote: > yes, there is a measurement published in KVM conference. > > http://www.linux-kvm.org/wiki/images/e/ea/2010-forum-mtosatti_walkthrough_entry_exit.pdf I also found VMWare has result on VMEnrt/VMExit cost. http://labs.vmware.com/downlo

Re: [Qemu-devel] [PATCH 02/14] scsi: add a qdev property for the disk's WWN

2012-07-07 Thread Paolo Bonzini
Il 07/07/2012 09:48, Blue Swirl ha scritto: >> > I do plan to fix the clarity issue with SCSI data structures and >> > constants. But for now, the best compromise is to keep C++ comments >> > IMHO. I'm not pushing the responsibility to other people in general, >> > but if they think C++ comments

Re: [Qemu-devel] [PATCH v4] bitops.h: Add functions to extract and deposit bitfields

2012-07-07 Thread Blue Swirl
On Fri, Jul 6, 2012 at 2:48 PM, Peter Maydell wrote: > Add functions deposit32(), deposit64(), extract32() and extract64() > to extract and deposit bitfields in 32 and 64 bit words. Based on > ideas by Jia Liu and Avi Kivity. > > Suggested-by: Jia Liu > Suggested-by: Avi Kivity > Signed-off-by:

Re: [Qemu-devel] [PATCH 0/3] target-i386: minor code cleanups

2012-07-07 Thread Blue Swirl
On Thu, Jul 5, 2012 at 9:28 PM, Peter Maydell wrote: > These three patches fix some minor code cleanliness issues I > noticed while reviewing Stefan Weil's recent build-breakage > fixing patch. No behavioural changes. Thanks, applied all. > > Peter Maydell (3): > target-i386: Remove unused mac

Re: [Qemu-devel] [PULL 00/10] arm-devs queue

2012-07-07 Thread Blue Swirl
On Wed, Jul 4, 2012 at 11:14 AM, Peter Maydell wrote: > Usual arm-devs pullreq; this contains some minor exynos fixes > and the iMX31 model. Please pull. Thanks, pulled. > > thanks > -- PMM > > > The following changes since commit 71ea2e016131a9fcde6f1ffd3e0e34a64c21f593: > > bsd-user: fix bui

Re: [Qemu-devel] [PATCH 3/4 V3] Header with various utility functions shared

2012-07-07 Thread Blue Swirl
On Sat, Jul 7, 2012 at 5:05 AM, Deep Debroy wrote: > Signed-off-by: Deep Debroy > --- > hw/vmware_utils.h | 126 > + > 1 file changed, 126 insertions(+) > create mode 100644 hw/vmware_utils.h > > diff --git a/hw/vmware_utils.h b/hw/vmware_ut

Re: [Qemu-devel] [RFC][PATCH v2 4/4] configure: add CONFIG_QEMU_LDST_OPTIMIZATION for TCG qemu_ld/st optimization

2012-07-07 Thread Blue Swirl
On Fri, Jul 6, 2012 at 11:43 AM, Yeongkyoon Lee wrote: > On 2012년 07월 05일 23:06, Peter Maydell wrote: >> >> On 5 July 2012 14:23, Yeongkyoon Lee wrote: >>> >>> Add an option "--enable-ldst-optimization" to enable >>> CONFIG_QEMU_LDST_OPTIMIZATION macro for TCG qemu_ld/st optimization. It only >>>

Re: [Qemu-devel] [PATCH 02/14] scsi: add a qdev property for the disk's WWN

2012-07-07 Thread Blue Swirl
On Fri, Jul 6, 2012 at 7:05 AM, Paolo Bonzini wrote: > Il 05/07/2012 20:03, Blue Swirl ha scritto: >> > > > +if (s->wwn) { >> > > > +outbuf[buflen++] = 0x1; // Binary >> > > > +outbuf[buflen++] = 0x3; // NAA >> > > > +outbuf[buflen++] = 0

Re: [Qemu-devel] [PATCH 05/32] qtest: Tidy up temporary files properly

2012-07-07 Thread Blue Swirl
On Fri, Jul 6, 2012 at 6:57 AM, Markus Armbruster wrote: > Each test litters /tmp with several files: a pid file and two > sockets. Tidy up. > > Signed-off-by: Markus Armbruster While a nice patch, I don't think it should belong to this series. > --- > tests/libqtest.c | 29

Re: [Qemu-devel] [RESEND PATCH v2 0/4] PPC: e500 platform refactoring

2012-07-07 Thread Alexander Graf
On 03.07.2012, at 01:03, Scott Wood wrote: > [resent with the proper address for qemu-devel, sorry...] > > The current ppc_mpc8544ds.c is split into a generic (eventually) e500 > backend, and two platform frontends (mpc8544ds and a generic paravirt > e500 platform) that instantiate the backend.