Re: [Qemu-devel] [PATCH 0/4] SPARC64: Implement sparcv9 ldfa/stfa instructions

2011-07-13 Thread Blue Swirl
On Wed, Jul 13, 2011 at 3:48 PM, tsnsa...@gmail.com wrote: Hi, At Wed, 13 Jul 2011 13:09:28 +0100, Mark Cave-Ayland wrote: Nice series! May I ask what have you used as a test case to discover the problem? I found the problem when I was trying to run the linux/sparc64 kernel. It

Re: [Qemu-devel] [PATCH 1/4] SPARC64: Implement ldfa/lddfa/ldqfa instructions properly

2011-07-13 Thread Artyom Tarasenko
On Wed, Jul 13, 2011 at 6:27 PM, Blue Swirl blauwir...@gmail.com wrote: On Wed, Jul 13, 2011 at 6:30 AM, Tsuneo Saito tsnsa...@gmail.com wrote: This patch implements sparcv9 ldfa/lddfa/ldqfa instructions with non block-load ASIs. Signed-off-by: Tsuneo Saito tsnsa...@gmail.com ---  

Re: [Qemu-devel] [PATCH 1/4] SPARC64: Implement ldfa/lddfa/ldqfa instructions properly

2011-07-13 Thread Blue Swirl
On Wed, Jul 13, 2011 at 9:02 PM, Artyom Tarasenko atar4q...@gmail.com wrote: On Wed, Jul 13, 2011 at 6:27 PM, Blue Swirl blauwir...@gmail.com wrote: On Wed, Jul 13, 2011 at 6:30 AM, Tsuneo Saito tsnsa...@gmail.com wrote: This patch implements sparcv9 ldfa/lddfa/ldqfa instructions with non

Re: [Qemu-devel] [QAPI+QGA 3/3] QEMU Guest Agent (virtagent) v6

2011-07-13 Thread Michael Roth
On 07/13/2011 08:14 AM, Daniel P. Berrange wrote: On Tue, Jul 05, 2011 at 08:21:36AM -0500, Michael Roth wrote: BUILD/USAGE build: ./configure --target-list=x86_64-softmmu make make qemu-ga #should be built on|for target guest start guest: qemu \ -drive

Re: [Qemu-devel] [QAPI+QGA 2/3] QAPI code generation infrastructure v6

2011-07-13 Thread Luiz Capitulino
On Tue, 12 Jul 2011 18:39:26 -0500 Michael Roth mdr...@linux.vnet.ibm.com wrote: This is Set 2/3 of the QAPI+QGA patchsets. These patches apply on top of master (set1 merged), and can also be obtained from: git://repo.or.cz/qemu/mdroth.git qapi-backport-set2-v6 This looks good to me and

Re: [Qemu-devel] [QAPI+QGA 2/3] QAPI code generation infrastructure v6

2011-07-13 Thread Michael Roth
On 07/13/2011 01:52 PM, Luiz Capitulino wrote: On Tue, 12 Jul 2011 18:39:26 -0500 Michael Rothmdr...@linux.vnet.ibm.com wrote: This is Set 2/3 of the QAPI+QGA patchsets. These patches apply on top of master (set1 merged), and can also be obtained from: git://repo.or.cz/qemu/mdroth.git

[Qemu-devel] [PATCH v2] Fix unassigned memory access handling

2011-07-13 Thread Blue Swirl
cea5f9a28faa528b6b1b117c9ab2d8828f473fef exposed bugs in unassigned memory access handling. Fix them by always passing CPUState to the handlers. Reported-by: Hervé Poussineau hpous...@reactos.org Signed-off-by: Blue Swirl blauwir...@gmail.com --- v2: don't try to restore env since all targets

Re: [Qemu-devel] [PATCH 1/2] Introduce compiler.h header file

2011-07-13 Thread Stefan Weil
Am 13.07.2011 18:27, schrieb Luiz Capitulino: On Wed, 13 Jul 2011 16:04:52 +0100 Peter Maydell peter.mayd...@linaro.org wrote: On 13 July 2011 15:23, Luiz Capitulino lcapitul...@redhat.com wrote: diff --git a/compiler.h b/compiler.h new file mode 100644 index 000..2dfc2c6 --- /dev/null

Re: [Qemu-devel] [PATCH v2] usb-hid: Fix 0/0 position for Windows in tablet mode

2011-07-13 Thread Andreas Färber
Am 12.07.2011 um 09:47 schrieb Jan Kiszka: On 2011-07-04 20:15, andrzej zaborowski wrote: On 26 June 2011 11:11, Jan Kiszka jan.kis...@web.de wrote: On 2011-06-25 15:10, Andreas Färber wrote: Am 25.06.2011 um 14:55 schrieb Jan Kiszka: On 2011-06-25 14:37, Andreas Färber wrote: Am

Re: [Qemu-devel] [PATCH 1/4] SPARC64: Implement ldfa/lddfa/ldqfa instructions properly

2011-07-13 Thread tsnsaito
Hi, At Wed, 13 Jul 2011 21:19:16 +0300, Blue Swirl wrote: On Wed, Jul 13, 2011 at 9:02 PM, Artyom Tarasenko atar4q...@gmail.com wrote: On Wed, Jul 13, 2011 at 6:27 PM, Blue Swirl blauwir...@gmail.com wrote: On Wed, Jul 13, 2011 at 6:30 AM, Tsuneo Saito tsnsa...@gmail.com wrote: So you

[Qemu-devel] [RFC] New thread for the VM migration

2011-07-13 Thread Umesh Deshpande
Following patch is implemented to deal with the VCPU and iothread starvation during the migration of a guest. Currently iothread is responsible for performing the migration. It holds the qemu_mutex during the migration and doesn't allow VCPU to enter the qemu mode and delays its return to the

Re: [Qemu-devel] [QAPI+QGA 3/3] QEMU Guest Agent (virtagent) v6

2011-07-13 Thread Zhi Yong Wu
HI, Michael, On Tue, Jul 5, 2011 at 9:21 PM, Michael Roth mdr...@linux.vnet.ibm.com wrote: This is Set 3/3 of the QAPI+QGA patchsets. These patches apply on top of qapi-backport-set2-v5, and can also be obtained from: git://repo.or.cz/qemu/mdroth.git qapi-backport-set3-v6 (Set1+2 are a

Re: [Qemu-devel] [PATCH 0/4] SPARC64: Implement sparcv9 ldfa/stfa instructions

2011-07-13 Thread tsnsaito
Hi, At Wed, 13 Jul 2011 19:34:10 +0300, Blue Swirl wrote: On Wed, Jul 13, 2011 at 3:48 PM, tsnsa...@gmail.com wrote: At Wed, 13 Jul 2011 13:09:28 +0100, Mark Cave-Ayland wrote: Nice series! May I ask what have you used as a test case to discover the problem? I found the problem

<    1   2