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
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
> +++
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
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
> ---
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
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|
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
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
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
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
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
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
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
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
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
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
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
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 :
>
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
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
20 matches
Mail list logo