Re: [Qemu-devel] [PATCH uq/master V2] kvm: Add CPUID support for VIA CPU

2011-05-30 Thread BrillyWu
From: BrillyWu Hi, Jan I'm very sorry for these bugs in the patch. Now I have made a new patch based on the newest uq/master where the patch has been applied to fix these bugs, is it feasible? If it is not acceptable, should I re-generate a patch based on previous uq/master, or what else

Re: [Qemu-devel] [PATCH uq/master V2] kvm: Add CPUID support for VIA CPU

2011-05-30 Thread Jan Kiszka
On 2011-05-30 09:40, BrillyWu wrote: > From: BrillyWu > > Hi, Jan > I'm very sorry for these bugs in the patch. Now I have made a > new patch based on the > newest uq/master where the patch has been applied to fix these bugs, > is it feasible? If it is > not acceptable, should I re-gener

[Qemu-devel] [PATCH] VMDK: add monolithic flat image support

2011-05-30 Thread Fam Zheng
VMDK multiple file images can not be recognized for now. This patch is adding monolithic flat support to it, that is the image type with two files, one text descriptor file and a plain data file. This type of image can be created in VMWare, with the options "allocate all disk space now" and "store

Re: [Qemu-devel] [RFC] darwin: work around sigfd

2011-05-30 Thread Paolo Bonzini
On 05/29/2011 06:50 PM, Andreas Färber wrote: Am 08.05.2011 um 11:15 schrieb Andreas Färber: Am 05.05.2011 um 15:15 schrieb Alexander Graf: On 05.05.2011, at 14:56, Paolo Bonzini wrote: On 05/05/2011 11:36 AM, Alexander Graf wrote: When running qemu-system on Darwin, the vcpu processes gue

Re: [Qemu-devel] [PATCH 2/3] QMP: Add BLOCK_MEDIA_EJECT event documentation

2011-05-30 Thread Kevin Wolf
Am 27.05.2011 21:31, schrieb Luiz Capitulino: > Signed-off-by: Luiz Capitulino > --- > QMP/qmp-events.txt | 18 ++ > 1 files changed, 18 insertions(+), 0 deletions(-) > > diff --git a/QMP/qmp-events.txt b/QMP/qmp-events.txt > index 0ce5d4e..d53c129 100644 > --- a/QMP/qmp-events

Re: [Qemu-devel] [PATCH 3/7] cpu model bug fixes and definition corrections: Add kvm emulated x2apic flag to config defined cpu models

2011-05-30 Thread Roedel, Joerg
On Sat, May 28, 2011 at 04:39:13AM -0400, Jan Kiszka wrote: > Jörg, how to deal with -enable-nesting in qemu-kvm to align behavior > with upstream? My personal preference is to just remove it. In upstream-qemu it is enabled/disabled by +/-svm. -enable-nesting is just a historic thing which can be

Re: [Qemu-devel] Qcow2

2011-05-30 Thread arun.sasi1
Hello Stefan, I can see some error messages May 30 11:36:49 sd0005srv01 libvirtd: 11:36:49.044: error : internal error Timed out while reading console log output May 30 11:36:49 sd0005srv01 libvirtd: 11:36:49.044: error : internal error unable to start guest: I am using ubuntu 9.04 Thanks, -Aru

Re: [Qemu-devel] [PATCH uq/master V2] kvm: Add CPUID support for VIA CPU

2011-05-30 Thread BrillyWu
>From brill...@viatech.com.cn Hi, Jan Thank you for you review and guide. I have fixed the bugs and re-generated a clean patch which has been checked. It can be compiled without any error and work normally. The patch v3 is here now. Signed-off-by: BrillyWu Signed-off-by: Ka

Re: [Qemu-devel] [PATCH] #include cleanliness

2011-05-30 Thread Avi Kivity
On 05/30/2011 01:06 AM, Anthony Liguori wrote: On 05/19/2011 09:17 AM, Avi Kivity wrote: My mother always told me to explicitly #include any headers need to compile a file, instead of relying on other #includes to bring them in. This patch fixes up targphys.h and cpu-common.h in this regard.

Re: [Qemu-devel] virtio scsi host draft specification, v2

2011-05-30 Thread Paolo Bonzini
On 05/28/2011 09:33 PM, Stefan Hajnoczi wrote: Virtqueues 0:control transmitq 1:control receiveq I find these names weird because control commands are actually processed and completed on the transmitq. The receiveq is only for receiving asynchronous notifications. 0:control commandq

Re: [Qemu-devel] Qcow2

2011-05-30 Thread arun.sasi1
Hello Team, Please help me to solve this... Find the below error May 30 12:21:29 sd0005srv01 kernel: [19836592.317217] device vnet0 entered promiscuous mode May 30 12:21:29 sd0005srv01 kernel: [19836592.319449] br0: port 2(vnet0) entering learning state May 30 12:21:29 sd0005srv01 nm-system-sett

[Qemu-devel] [PATCH 0/2] Fix unused-but-set-variable warnings

2011-05-30 Thread Christophe Fergeau
Hi, Here are Hans's patches split and with the various issues that were pointed out fixed. I'm not sure how I'm supposed to handle acks, original author, ... when reworking patches this way, let me know if I should proceed differently. Christophe Christophe Fergeau (2): tcg: Fix unused-but-se

[Qemu-devel] [PATCH 1/2] tcg: Fix unused-but-set-variable warning

2011-05-30 Thread Christophe Fergeau
Based on a patch from Hans de Goede This warning is new in gcc 4.6. Acked-by: Amit Shah --- tcg/tcg.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tcg/tcg.c b/tcg/tcg.c index 8748c05..e53b54c 100644 --- a/tcg/tcg.c +++ b/tcg/tcg.c @@ -585,7 +585,7 @@ void tcg_reg

[Qemu-devel] [PATCH 2/2] kvm: Fix unused-but-set-variable warning

2011-05-30 Thread Christophe Fergeau
Based on a patch from Hans de Goede This warning is new in gcc 4.6. Acked-by: Amit Shah --- target-i386/kvm.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/target-i386/kvm.c b/target-i386/kvm.c index faedc6c..58a70bc 100644 --- a/target-i386/kvm.c +++ b/target-i386

Re: [Qemu-devel] Webcams under KVM and Linux

2011-05-30 Thread Gerd Hoffmann
Hi, I was told I could try to add a complete host controller to the guest, but am not entirely sure I understand what that means? Looking for specifics? Is there a suggestion for doing this during install of the KVM guest, or can this be done while the guest is running, or otherwise? Indepen

Re: [Qemu-devel] [PATCH uq/master V2] kvm: Add CPUID support for VIA CPU

2011-05-30 Thread Jan Kiszka
On 2011-05-30 10:59, BrillyWu wrote: > From brill...@viatech.com.cn > Hi, Jan > Thank you for you review and guide. > I have fixed the bugs and re-generated a clean patch which has > been checked. It can be compiled > without any error and work normally. > The patch v3 is he

Re: [Qemu-devel] [PATCH 0/2] Fix unused-but-set-variable warnings

2011-05-30 Thread Amit Shah
On (Mon) 30 May 2011 [12:28:01], Christophe Fergeau wrote: > Hi, > > Here are Hans's patches split and with the various issues that were pointed > out fixed. I'm not sure how I'm supposed to handle acks, original author, > ... when reworking patches this way, let me know if I should proceed > diff

[Qemu-devel] Hello Would You Like To Earn

2011-05-30 Thread Sharon . Burns
Hello qemu-devel Would you like to earn an extra $200 everyday?, for just 45 minutes work? You could quit your job and make double the money at home working for yourself. visit->http:tinyurl.com/3brnlpx Regards, Sharon Burns Survey Human Resources Dept.

Re: [Qemu-devel] [PATCH] VMDK: add monolithic flat image support

2011-05-30 Thread Kevin Wolf
Am 30.05.2011 09:49, schrieb Fam Zheng: > VMDK multiple file images can not be recognized for now. This patch is > adding monolithic flat support to it, that is the image type with two > files, one text descriptor file and a plain data file. This type of > image can be created in VMWare, with the o

Re: [Qemu-devel] [PATCH] VMDK: add monolithic flat image support

2011-05-30 Thread Kevin Wolf
Am 30.05.2011 09:49, schrieb Fam Zheng: > VMDK multiple file images can not be recognized for now. This patch is > adding monolithic flat support to it, that is the image type with two > files, one text descriptor file and a plain data file. This type of > image can be created in VMWare, with the o

Re: [Qemu-devel] Webcams under KVM and Linux

2011-05-30 Thread Natalia Portillo
Exactly what my webcam does is: Takes a frame from ANY available V4L2 device (/dev/video0), caches it, and sends it completely to the guest before requesting any other frame. With this way you need your host driver loaded, but you will get never a blackout. What it happens is a thing commonly

Re: [Qemu-devel] [PATCH 0/2] Fix unused-but-set-variable warnings

2011-05-30 Thread Christophe Fergeau
On Mon, May 30, 2011 at 04:23:43PM +0530, Amit Shah wrote: > You should keep From: as the same person, keep his Signed-off-by, add > your Signed-off-by and mention what you have changed in the series. Hans's patches didn't have a S-o-b. I can resend the same patches again with my S-o-b (I'm fine w

[Qemu-devel] drop -enable-nesting (was: [PATCH 3/7] cpu model bug fixes and definition corrections...)

2011-05-30 Thread Jan Kiszka
On 2011-05-30 10:18, Roedel, Joerg wrote: > On Sat, May 28, 2011 at 04:39:13AM -0400, Jan Kiszka wrote: > >> Jörg, how to deal with -enable-nesting in qemu-kvm to align behavior >> with upstream? > > My personal preference is to just remove it. In upstream-qemu it is > enabled/disabled by +/-svm.

Re: [Qemu-devel] [PATCH 3/3] QMP: Introduce the BLOCK_MEDIA_EJECT event

2011-05-30 Thread Luiz Capitulino
On Sat, 28 May 2011 09:58:24 +0200 Markus Armbruster wrote: > Luiz Capitulino writes: > > > Conforms to the event specification defined in the > > QMP/qmp-events.txt file. > > I'd squash PATCH 2+3. I agree this would be more logical, but people have complained that it's hard to review new com

Re: [Qemu-devel] [PATCH 2/3] QMP: Add BLOCK_MEDIA_EJECT event documentation

2011-05-30 Thread Luiz Capitulino
On Mon, 30 May 2011 10:46:07 +0200 Kevin Wolf wrote: > Am 27.05.2011 21:31, schrieb Luiz Capitulino: > > Signed-off-by: Luiz Capitulino > > --- > > QMP/qmp-events.txt | 18 ++ > > 1 files changed, 18 insertions(+), 0 deletions(-) > > > > diff --git a/QMP/qmp-events.txt b/QMP/

Re: [Qemu-devel] drop -enable-nesting (was: [PATCH 3/7] cpu model bug fixes and definition corrections...)

2011-05-30 Thread Nadav Har'El
On Mon, May 30, 2011, Jan Kiszka wrote about "drop -enable-nesting (was: [PATCH 3/7] cpu model bug fixes and definition corrections...)": > On 2011-05-30 10:18, Roedel, Joerg wrote: > > On Sat, May 28, 2011 at 04:39:13AM -0400, Jan Kiszka wrote: > > > >> Jצrg, how to deal with -enable-nesting in

Re: [Qemu-devel] [PATCH 3/3] QMP: Introduce the BLOCK_MEDIA_EJECT event

2011-05-30 Thread Markus Armbruster
Luiz Capitulino writes: > On Sat, 28 May 2011 09:58:24 +0200 > Markus Armbruster wrote: > >> Luiz Capitulino writes: >> >> > Conforms to the event specification defined in the >> > QMP/qmp-events.txt file. >> >> I'd squash PATCH 2+3. > > I agree this would be more logical, but people have com

Re: [Qemu-devel] [PATCH 2/3] QMP: Add BLOCK_MEDIA_EJECT event documentation

2011-05-30 Thread Markus Armbruster
Luiz Capitulino writes: > On Mon, 30 May 2011 10:46:07 +0200 > Kevin Wolf wrote: > >> Am 27.05.2011 21:31, schrieb Luiz Capitulino: >> > Signed-off-by: Luiz Capitulino >> > --- >> > QMP/qmp-events.txt | 18 ++ >> > 1 files changed, 18 insertions(+), 0 deletions(-) >> > >> >

Re: [Qemu-devel] Webcams under KVM and Linux

2011-05-30 Thread Gerd Hoffmann
On 05/30/11 14:50, Natalia Portillo wrote: Exactly what my webcam does is: Takes a frame from ANY available V4L2 device (/dev/video0), caches it, and sends it completely to the guest before requesting any other frame. I think you can double-buffer (i.e. let the host driver fill one buffer whi

Re: [Qemu-devel] drop -enable-nesting

2011-05-30 Thread Jan Kiszka
On 2011-05-30 16:38, Nadav Har'El wrote: > On Mon, May 30, 2011, Jan Kiszka wrote about "drop -enable-nesting (was: > [PATCH 3/7] cpu model bug fixes and definition corrections...)": >> On 2011-05-30 10:18, Roedel, Joerg wrote: >>> On Sat, May 28, 2011 at 04:39:13AM -0400, Jan Kiszka wrote: >>> >>

Re: [Qemu-devel] drop -enable-nesting

2011-05-30 Thread Roedel, Joerg
On Mon, May 30, 2011 at 11:04:02AM -0400, Jan Kiszka wrote: > On 2011-05-30 16:38, Nadav Har'El wrote: > > On Mon, May 30, 2011, Jan Kiszka wrote about "drop -enable-nesting (was: > > [PATCH 3/7] cpu model bug fixes and definition corrections...)": > >> On 2011-05-30 10:18, Roedel, Joerg wrote: >

Re: [Qemu-devel] drop -enable-nesting

2011-05-30 Thread Jan Kiszka
On 2011-05-30 17:10, Roedel, Joerg wrote: > On Mon, May 30, 2011 at 11:04:02AM -0400, Jan Kiszka wrote: >> On 2011-05-30 16:38, Nadav Har'El wrote: >>> On Mon, May 30, 2011, Jan Kiszka wrote about "drop -enable-nesting (was: >>> [PATCH 3/7] cpu model bug fixes and definition corrections...)":

Re: [Qemu-devel] drop -enable-nesting

2011-05-30 Thread Nadav Har'El
On Mon, May 30, 2011, Jan Kiszka wrote about "Re: drop -enable-nesting": > > "-enable-nesting" could remain as a synonym for enabling either VMX or SVM > > in the guest, depending on what was available in the host (because KVM now > > supports both nested SVM and nested VMX, but not SVM-on-VMX or v

Re: [Qemu-devel] drop -enable-nesting

2011-05-30 Thread Avi Kivity
On 05/30/2011 06:15 PM, Jan Kiszka wrote: On 2011-05-30 17:10, Roedel, Joerg wrote: > On Mon, May 30, 2011 at 11:04:02AM -0400, Jan Kiszka wrote: >> On 2011-05-30 16:38, Nadav Har'El wrote: >>> On Mon, May 30, 2011, Jan Kiszka wrote about "drop -enable-nesting (was: [PATCH 3/7] cpu model bug

Re: [Qemu-devel] drop -enable-nesting

2011-05-30 Thread Jan Kiszka
On 2011-05-30 17:19, Avi Kivity wrote: > On 05/30/2011 06:15 PM, Jan Kiszka wrote: >> On 2011-05-30 17:10, Roedel, Joerg wrote: >>> On Mon, May 30, 2011 at 11:04:02AM -0400, Jan Kiszka wrote: On 2011-05-30 16:38, Nadav Har'El wrote: > On Mon, May 30, 2011, Jan Kiszka wrote about "drop -

Re: [Qemu-devel] drop -enable-nesting

2011-05-30 Thread Jan Kiszka
On 2011-05-30 17:27, Jan Kiszka wrote: > On 2011-05-30 17:19, Avi Kivity wrote: >> I think it's safe to drop -enable-nesting immediately. Dan, does >> libvirt make use of it? > > I'm currently checking with some customer who played with Proxmox and > nesting if that stack was aware of the switch

Re: [Qemu-devel] drop -enable-nesting

2011-05-30 Thread Jan Kiszka
On 2011-05-30 17:16, Nadav Har'El wrote: > On Mon, May 30, 2011, Jan Kiszka wrote about "Re: drop -enable-nesting": >>> "-enable-nesting" could remain as a synonym for enabling either VMX or SVM >>> in the guest, depending on what was available in the host (because KVM now >>> supports both nested

Re: [Qemu-devel] Webcams under KVM and Linux

2011-05-30 Thread Peter Baitz
Sounds great Natalia. Two things I'd like to let you all know. (1)  I am using a VM guest because I need the slightly older pwc driver in Fedora 11 which works with long exposure mods - so that is why I was trying it in a VM.   If you use a generic or use the hosts pwc driver, it will break ce

[Qemu-devel] Questions about simulating a new platform

2011-05-30 Thread lee david
Hi all, For a research project, I want to simulate a new platform with QEMU. The new platform combines a x86 CPU with AMBA-based peripherals, such as interrupt controller, UARTs, PS/2 controller, PCI host bridge, USB controller, etc. I know QEMU has already emulated several ARM systems and x86 sy

Re: [Qemu-devel] Webcams under KVM and Linux

2011-05-30 Thread Natalia Portillo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 El 30/05/2011, a las 15:56, Gerd Hoffmann escribió: > On 05/30/11 14:50, Natalia Portillo wrote: >> Exactly what my webcam does is: >> >> Takes a frame from ANY available V4L2 device (/dev/video0), caches it, >> and sends it completely to the gues

[Qemu-devel] Hello Would You Like To Earn

2011-05-30 Thread Sharon . Burns
Hello qemu-devel Would you like to earn an extra $200 everyday?, for just 45 minutes work? You could quit your job and make double the money at home working for yourself. visit->http:tinyurl.com/3brnlpx Regards, Sharon Burns Survey Human Resources Dept.

[Qemu-devel] KVM call agenda for May 31st

2011-05-30 Thread Juan Quintela
Please send in any agenda items you are interested in covering. Thanks, Juan.

[Qemu-devel] [PATCH] slirp: Put forked exec into separate process group

2011-05-30 Thread Jan Kiszka
From: Jan Kiszka Recent smb daemons tend to terminate themselves via a process group SIGTERM. If the daemon is still in qemu's group by that time, qemu will die as well. Avoid this by always pushing fork_exec processes into a group of their own, not just (unused) type 2 execs. Signed-off-by: Jan

Re: [Qemu-devel] Webcams under KVM and Linux

2011-05-30 Thread Brad Hards
On Mon, 30 May 2011 08:38:35 pm Gerd Hoffmann wrote: > I think people are also working on camera emulation, i.e. pass any (even > non-usb) v4l devices as usb webcam to the guest. No idea what the > status here is. I have it in early development. Its far from complete - just enough for the softwar

Re: [Qemu-devel] [PATCH 2/3] Use the correct header in the TCG MIPS code to find cacheflush() on OpenBSD.

2011-05-30 Thread Brad
On 25/05/11 11:06 PM, Brad wrote: Use the correct header in the TCG MIPS code to find cacheflush() on OpenBSD to fix compilation of the MIPS host support for OpenBSD/mips64 based architecures. ping. Signed-off-by: Brad Smith --- tcg/mips/tcg-target.h |4 1 files changed, 4 inser

Re: [Qemu-devel] [PATCH 2/3] Use the correct header in the TCG MIPS code to find cacheflush() on OpenBSD.

2011-05-30 Thread Andreas Färber
Am 30.05.2011 um 23:01 schrieb Brad: On 25/05/11 11:06 PM, Brad wrote: Use the correct header in the TCG MIPS code to find cacheflush() on OpenBSD to fix compilation of the MIPS host support for OpenBSD/mips64 based architecures. ping. Signed-off-by: Brad Smith --- tcg/mips/tcg-target.

Re: [Qemu-devel] [PATCH, RFC 00/18] Use stack frame for TCG temporaries

2011-05-30 Thread Richard Henderson
On 05/28/2011 03:06 AM, Blue Swirl wrote: > This patch series is still RFC. Updated versions of x86_64 and i386 > seems to work, Sparc64 is not changed since previous version. This whole patch series is line wrapped. r~

Re: [Qemu-devel] [PATCH 2/3] Use the correct header in the TCG MIPS code to find cacheflush() on OpenBSD.

2011-05-30 Thread Brad
On 30/05/11 5:16 PM, Andreas Färber wrote: Am 30.05.2011 um 23:01 schrieb Brad: On 25/05/11 11:06 PM, Brad wrote: Use the correct header in the TCG MIPS code to find cacheflush() on OpenBSD to fix compilation of the MIPS host support for OpenBSD/mips64 based architecures. ping. Signed-off-

Re: [Qemu-devel] [PATCH 2/3] Use the correct header in the TCG MIPS code to find cacheflush() on OpenBSD.

2011-05-30 Thread Brad
On 30/05/11 5:22 PM, Brad wrote: On 30/05/11 5:16 PM, Andreas Färber wrote: Am 30.05.2011 um 23:01 schrieb Brad: On 25/05/11 11:06 PM, Brad wrote: Use the correct header in the TCG MIPS code to find cacheflush() on OpenBSD to fix compilation of the MIPS host support for OpenBSD/mips64 based a

Re: [Qemu-devel] [PATCH 2/3] Use the correct header in the TCG MIPS code to find cacheflush() on OpenBSD.

2011-05-30 Thread Andreas Färber
Am 30.05.2011 um 23:22 schrieb Brad: On 30/05/11 5:16 PM, Andreas Färber wrote: Am 30.05.2011 um 23:01 schrieb Brad: On 25/05/11 11:06 PM, Brad wrote: Use the correct header in the TCG MIPS code to find cacheflush() on OpenBSD to fix compilation of the MIPS host support for OpenBSD/mips64

[Qemu-devel] Hello Would You Like To Earn

2011-05-30 Thread Sharon . Burns
Hello qemu-devel Would you like to earn an extra $200 everyday?, for just 45 minutes work? You could quit your job and make double the money at home working for yourself. visit->http:tinyurl.com/3brnlpx Regards, Sharon Burns Survey Human Resources Dept.

Re: [Qemu-devel] Webcams under KVM and Linux

2011-05-30 Thread Natalia Portillo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 El 30/05/2011, a las 21:47, Brad Hards escribió: > On Mon, 30 May 2011 08:38:35 pm Gerd Hoffmann wrote: >> I think people are also working on camera emulation, i.e. pass any (even >> non-usb) v4l devices as usb webcam to the guest. No idea what th

[Qemu-devel] Hello Would You Like To Earn

2011-05-30 Thread Sharon . Burns
Hello qemu-devel Would you like to earn an extra $200 everyday?, for just 45 minutes work? You could quit your job and make double the money at home working for yourself. visit->http:tinyurl.com/3brnlpx Regards, Sharon Burns Survey Human Resources Dept.

[Qemu-devel] Invitation to the Global Network "Active in diabetes prevention"

2011-05-30 Thread 'Active in Diabetes Prevention'
Dear colleagues worldwide interested in diabetes prevention, Type 2 diabetes is becoming a major public health concern worldwide. However it has been demonstrated that prevention programs can significantly reduce the risk of developing diabetes. We know it is not an easy task and this challenge dep

Re: [Qemu-devel] Webcams under KVM and Linux

2011-05-30 Thread Brad Hards
On Tue, 31 May 2011 09:39:02 AM Natalia Portillo wrote: > > Natalia: if possible, could you provide an overview of your work in this > > area? > > The best should be for you to check for the patches I sent (june 2010 on > the ML) and enhance what is left to be done. Sorry I wasn't clear. I'll try

Re: [Qemu-devel] [PATCH uq/master V2] kvm: Add CPUID support for VIA CPU

2011-05-30 Thread BrillyWu
Hi, Jan > patch which has > > been checked. It can be compiled without any error and work > normally. > > The patch v3 is here now. > > The above text can't be used as a commit log, so this needs to be > fixed. > Moreover, your patch still contains at least on style issues > scripts/checkp

[Qemu-devel] [PATCH uq/master V3] kvm: Add CPUID support for VIA CPU

2011-05-30 Thread BrillyWu
From: brill...@viatech.com.cn When KVM is running on VIA CPU with host cpu's model, the feautures of VIA CPU will be passed into kvm guest by calling the CPUID instruction for Centaur. Signed-off-by: BrillyWu Signed-off-by: KaryJin --- target-i386/cpu.h |7 +++ target-i386/cpuid.c |

Re: [Qemu-devel] [PATCH 0/2] Fix unused-but-set-variable warnings

2011-05-30 Thread Amit Shah
On (Mon) 30 May 2011 [15:56:28], Christophe Fergeau wrote: > On Mon, May 30, 2011 at 04:23:43PM +0530, Amit Shah wrote: > > You should keep From: as the same person, keep his Signed-off-by, add > > your Signed-off-by and mention what you have changed in the series. > > Hans's patches didn't have a

Re: [Qemu-devel] [PATCH uq/master V2] kvm: Add CPUID support for VIA CPU

2011-05-30 Thread Jan Kiszka
On 2011-05-31 03:25, BrillyWu wrote: > Hi, Jan > >> patch which has >>> been checked. It can be compiled without any error and work >> normally. >>> The patch v3 is here now. >> >> The above text can't be used as a commit log, so this needs to be >> fixed. >> Moreover, your patch still con

[Qemu-devel] [PATCH v5] [resend 2] revamp acpitable parsing and allow to specify complete (headerful) table

2011-05-30 Thread Michael Tokarev
Since I've got no comments/replies whatsoever, -- neither positive nor negative, I assume no one received this email (sent on Thu, 12 May 2011, and one more time on Fri, 20 May 2011), so I'am resending it yet again. The patch still applies to qemu/master. This patch almost rewrites acpi_table_add

[Qemu-devel] [PATCH] Command line support for altering the log file location

2011-05-30 Thread Matthew Fernandez
Hi, The included patch adds command line support for logging to a location other than /tmp/qemu.log. The diff is relative to commit 2eb9f241824d000fcd90bd7f4b49e40b88e62975. Please let me know if anything needs to be cleaned up or changed. Anthony, I'm not sure who should be responsible for review