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

2010-07-04 Thread Jan Kiszka
Gleb Natapov wrote: > On Mon, Jul 05, 2010 at 08:39:38AM +0200, Jan Kiszka wrote: >> Paul Brook wrote: Blue Swirl wrote: > On Sat, Jul 3, 2010 at 7:39 AM, Jan Kiszka wrote: >> Paul Brook wrote: I really see no tangible objection to Jan's patches. They don't impact a

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

2010-07-04 Thread Gleb Natapov
On Mon, Jul 05, 2010 at 08:39:38AM +0200, Jan Kiszka wrote: > Paul Brook wrote: > >> Blue Swirl wrote: > >>> On Sat, Jul 3, 2010 at 7:39 AM, Jan Kiszka wrote: > Paul Brook wrote: > >> I really see no tangible objection to Jan's patches. They don't > >> impact any other code. They do

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

2010-07-04 Thread Jan Kiszka
Paul Brook wrote: >> Blue Swirl wrote: >>> On Sat, Jul 3, 2010 at 7:39 AM, Jan Kiszka 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

[Qemu-devel] [PATCH 2/2] seabios: pciinit: use pci device initializer helper function.

2010-07-04 Thread Isaku Yamahata
This patch makes use of pci device initialization helper function to convert if/switch clause to table driven. So this makes it easier to add q35 initialization code. Signed-off-by: Isaku Yamahata --- Makefile |2 +- src/i440fx.c | 52 ++ src/i440fx.h | 17 ++

[Qemu-devel] [PATCH 1/2] seabios: pci: introduce helper function to initialize a given device.

2010-07-04 Thread Isaku Yamahata
introduce helper function to initialize a given device, This will be used later. Signed-off-by: Isaku Yamahata --- src/pci.c | 20 src/pci.h | 34 ++ 2 files changed, 54 insertions(+), 0 deletions(-) diff --git a/src/pci.c b/src/pci.c ind

[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: pciinit

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 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"

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

[Qemu-devel] Re: [SeaBIOS] [PATCH v2 0/8] seabios: pci: multi pci bus support

2010-07-04 Thread Kevin O'Connor
On Tue, Jun 22, 2010 at 05:57:45PM +0900, Isaku Yamahata wrote: > Changes v1 -> v2: > - simplified foreachpci_in_bus() > - add overlap check during pci bar assignemnt. > - use c99 initialization. > > Patch description: > > This patch set allows seabios to initialize multi pci bus and 64bit BAR. >

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 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): target=0x80085013 host=0x80105013 >

[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 --- target-arm/translate.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/target-arm/translate.c b/target-arm/translate.c index 6fcdd