[Qemu-devel] [PATCH] Resend: target-arm: Handle 'smc' as an undefined instruction

2010-07-04 Thread Adam Lackorzynski
Handle smc as an undefined instruction instead of having it wrongly interpreted as some other one. Signed-off-by: Adam Lackorzynski a...@os.inf.tu-dresden.de --- target-arm/translate.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/target-arm/translate.c

Re: [Qemu-devel] Qemu linux user mode and multi thread

2010-07-04 Thread Mulyadi Santosa
On Sun, Jul 4, 2010 at 05:12, Eduardo Cruz eduardohmdac...@gmail.com wrote: I get the following error message when running an OpenMP hello world application: edua...@eduardo-ubuntu:~/qemu/qemu-0.12.4$ ./x86_64-linux-user/qemu-x86_64 ../a.out ERROR: ioctl(SNDCTL_DSP_MAPINBUF):

Re: [Qemu-devel] Re: [RFC][PATCH] PCI: fix pci_to_cpu_addr() issue

2010-07-04 Thread Isaku Yamahata
You're confusing pci bus address with physical address. BAR is pci bus address. On Sat, Jul 03, 2010 at 12:11:58PM +0800, chen huacai wrote: I have some doubts: when newcfg=0, Qemu Monitor shows BAR6: 32bit memory at 0x0400 [0x0400] Does this means the physical address 0x0400 isn't

Re: [Qemu-devel] Re: [Bug 599958] Re: Timedrift problems with Win7: hpet missing time drift fixups

2010-07-04 Thread Paul Brook
Blue Swirl wrote: On Sat, Jul 3, 2010 at 7:39 AM, Jan Kiszka jan.kis...@web.de wrote: Paul Brook wrote: I really see no tangible objection to Jan's patches. They don't impact any other code. They don't inhibit flexibility in the infrastructure. You might consider it to be a hack but

[Qemu-devel] [PATCH 0/2] seabios: pci: pci initialization clean up

2010-07-04 Thread Isaku Yamahata
This patch series cleans up pci device initialization by introducing a helper function. This makes it easier to add more device initialization code cleanly as preparation for q35 chipset. Isaku Yamahata (2): seabios: pci: introduce helper function to initialize a given device. seabios: