Re: [Qemu-devel] [PATCH v3] Add ACPI tables for TPM

2014-08-23 Thread Stefan Berger
On 08/22/2014 06:05 AM, Michael S. Tsirkin wrote: On Thu, Aug 21, 2014 at 08:14:48AM -0400, Stefan Berger wrote: On 08/11/2014 04:33 PM, Stefan Berger wrote: From: Stefan Berger Add an SSDT ACPI table for the TPM device. Add a TCPA table for BIOS logging area when a TPM is being used. The la

Re: [Qemu-devel] [PATCH v1 4/5] Netduino_Timer: Add the Netduino Plus 2 Timer2 to 5

2014-08-23 Thread Peter Crosthwaite
On Sun, Aug 24, 2014 at 10:14 AM, Alistair Francis wrote: > This patch adds the Netduino Plus 2 timers: TIM2, TIM3, TIM4 and TIM5 > to QEMU. > > Signed-off-by: Alistair Francis > --- > hw/timer/Makefile.objs| 1 + > hw/timer/netduino_timer.c | 384 > +++

Re: [Qemu-devel] [PATCH v1 3/5] Netduino_SYSCFG: Add the Netduino Plus 2 SYSCFG

2014-08-23 Thread Peter Crosthwaite
On Sun, Aug 24, 2014 at 10:14 AM, Alistair Francis wrote: > This patch adds the Netduino Plus 2 System Configuration > Controller. This is used to configure what memory is mapped > at address 0 (although that is not supported) as well > as configure how the EXTI interrupts work (also not > support

Re: [Qemu-devel] [PATCH v1 1/5] Netduino_USART: Add the Netduino Plus 2 USART Controller

2014-08-23 Thread Peter Crosthwaite
On Sun, Aug 24, 2014 at 10:13 AM, Alistair Francis wrote: > This patch adds the Netduino Plus 2 USART controller > (UART also uses the same controller). > > It can be used for reading and writing to the guest. > Do you just mean doing IO with the system? > Signed-off-by: Alistair Francis > ---

[Qemu-devel] [PATCH v1 4/5] Netduino_Timer: Add the Netduino Plus 2 Timer2 to 5

2014-08-23 Thread Alistair Francis
This patch adds the Netduino Plus 2 timers: TIM2, TIM3, TIM4 and TIM5 to QEMU. Signed-off-by: Alistair Francis --- hw/timer/Makefile.objs| 1 + hw/timer/netduino_timer.c | 384 ++ 2 files changed, 385 insertions(+) create mode 100644 hw/timer/ne

[Qemu-devel] [PATCH v1 1/5] Netduino_USART: Add the Netduino Plus 2 USART Controller

2014-08-23 Thread Alistair Francis
This patch adds the Netduino Plus 2 USART controller (UART also uses the same controller). It can be used for reading and writing to the guest. Signed-off-by: Alistair Francis --- default-configs/arm-softmmu.mak | 1 + hw/char/Makefile.objs | 1 + hw/char/netduino_usart.c|

[Qemu-devel] [PATCH v1 5/5] Netduino: Add the Netduino Plus 2 Machine Model

2014-08-23 Thread Alistair Francis
This patch adds the Netduion Plus 2 machine to QEMU. Signed-off-by: Alistair Francis --- hw/arm/Makefile.objs | 2 +- hw/arm/netduinoplus2.c | 202 + 2 files changed, 203 insertions(+), 1 deletion(-) create mode 100644 hw/arm/netduinoplus2.c

[Qemu-devel] [PATCH v1 2/5] Netduino_GPIO: Add the Netduino Plus 2 GPIO controller

2014-08-23 Thread Alistair Francis
This patch adds the Netduino Plus 2 GPIO controller to QEMU. This allows reading and writing to the Netduino GPIO pins. Signed-off-by: Alistair Francis --- hw/gpio/Makefile.objs | 1 + hw/gpio/netduino_gpio.c | 285 2 files changed, 286 insert

[Qemu-devel] [PATCH v1 3/5] Netduino_SYSCFG: Add the Netduino Plus 2 SYSCFG

2014-08-23 Thread Alistair Francis
This patch adds the Netduino Plus 2 System Configuration Controller. This is used to configure what memory is mapped at address 0 (although that is not supported) as well as configure how the EXTI interrupts work (also not supported at the moment). Signed-off-by: Alistair Francis --- hw/misc/Mak

[Qemu-devel] [PATCH v1 0/5] Netduino Plus 2 Machine Model

2014-08-23 Thread Alistair Francis
This patch series adds the Netduio Plus 2 Machine to QEMU. Information on the board is avaliable here: http://netduino.com/netduinoplus2/specs.htm The git tree is avalible at: https://github.com/alistair23/qemu/tree/csse4080.1 Some notes about this implementation: The Netduino Plus 2 has a Corte

[Qemu-devel] [Bug 1278977] Re: qemu-system-sparc64 crash when initializing disk

2014-08-23 Thread wbx
Hi Mark, I tried the cmd646 driver again and it works fine now. I can even extract the perl code without problems. No deadlock, even with a high load of the host system. When switching back to virtio using following command: qemu-system-sparc64 -M sun4u -nographic -net nic,model=virtio -net user

[Qemu-devel] [Bug 1359243] Re: [BSOD 0xc000000d] Can't boot windows with qemu

2014-08-23 Thread Gannet
Recently tried QEMU 2.0 and discovered it boots windows ok. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1359243 Title: [BSOD 0xc00d] Can't boot windows with qemu Status in QEMU: New Bug d

[Qemu-devel] [question] e1000 interrupt storm happened because of its corresponding ioapic->irr bit always set

2014-08-23 Thread Zhang Haoyu
Hi, all I use a qemu-1.4.1/qemu-2.0.0 to run win7 guest, and encounter e1000 NIC interrupt storm, because "if (!ent->fields.mask && (ioapic->irr & (1 << i)))" is always true in __kvm_ioapic_update_eoi(). Any ideas? Thanks, Zhang Haoyu

[Qemu-devel] [PATCH 2/2] pflash_cfi01: write flash contents to bdrv on incoming migration

2014-08-23 Thread Laszlo Ersek
A drive that backs a pflash device is special: - it is very small, - its entire contents are kept in a RAMBlock at all times, covering the guest-phys address range that provides the guest's view of the emulated flash chip. The pflash device model keeps the drive (the host-side file) and the gu

[Qemu-devel] [PATCH 1/2] pflash_cfi01: fixup stale DPRINTF() calls

2014-08-23 Thread Laszlo Ersek
Signed-off-by: Laszlo Ersek --- hw/block/pflash_cfi01.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/block/pflash_cfi01.c b/hw/block/pflash_cfi01.c index 2238f39..fddef39 100644 --- a/hw/block/pflash_cfi01.c +++ b/hw/block/pflash_cfi01.c @@ -209,11 +209,11 @@ static

[Qemu-devel] [PATCH 0/2] pflash (UEFI varstore) migration shortcut for libvirt

2014-08-23 Thread Laszlo Ersek
Libvirt is growing support for x86_64 OVMF guests: http://www.redhat.com/archives/libvir-list/2014-August/msg01045.html An important feature of such guests is the persistent store for non-volatile UEFI variables. This is implemented with if=pflash drives. The referenced libvirt patchset sets up t

[Qemu-devel] [bisected] VNC server can't get all sent chars correctly

2014-08-23 Thread Michael Tokarev
There's a bug filed against debian qemu package, there: http://bugs.debian.org/758881 which says about problems sending keypress events over VNC to a qemu guest, -- some keypresses gets lost, at least. The bisection between qemu 2.0 and 2.1 leads to this commit: commit 2858ab09e6f708e381fc1a1c

Re: [Qemu-devel] is there a limit on the number of in-flight I/O operations?

2014-08-23 Thread Benoît Canet
The Friday 22 Aug 2014 à 18:59:38 (-0600), Chris Friesen wrote : > On 07/21/2014 10:10 AM, Benoît Canet wrote: > >The Monday 21 Jul 2014 à 09:35:29 (-0600), Chris Friesen wrote : > >>On 07/21/2014 09:15 AM, Benoît Canet wrote: > >>>The Monday 21 Jul 2014 à 08:59:45 (-0600), Chris Friesen wrote : >

[Qemu-devel] [Bug 1042388] Re: qemu: Unsupported syscall: 257 (timer_create)

2014-08-23 Thread Erik de Castro Lopo
Unfortunately it doesn't work with armhf on amd64 linux-user. Use the test program from comment #27 I get: > schroot -c armhf -- ./timer_test_armhf About to call host's timer_create (0, 0x7fff6ee80720, 0x625b1f40) Host's timer_create returns -22 Failed to create timer: Invalid ar

Re: [Qemu-devel] [PATCH v2 for-2.1] po: Fix Makefile rules for in-tree builds without configuration

2014-08-23 Thread Stefan Weil
Am 18.07.2014 um 16:52 schrieb Stefan Weil: > Adding 'update' to the phony targets fixes this error: > > $ LANG=C make -C po update > make: Entering directory `/qemu/po' > LINK update > /qemu/po/de_DE.po: file not recognized: File format not recognized > collect2: error: ld returned 1 exit stat