Re: [Qemu-devel] Mac OS X build failure (qemu-img)

2007-12-14 Thread Alexander Graf
On Dec 14, 2007, at 4:17 PM, Andreas Färber wrote: Am 14.12.2007 um 12:24 schrieb Alexander Graf: On Dec 14, 2007, at 12:19 AM, Andreas Färber wrote: Am 12.12.2007 um 13:08 schrieb Alexander Graf: Does it work if you specify "-framework CoreFoundation -framework IOKit" in your LDFLAGS

Re: [Qemu-devel] Mac OS X build failure (qemu-img)

2007-12-14 Thread Andreas Färber
Am 14.12.2007 um 12:24 schrieb Alexander Graf: On Dec 14, 2007, at 12:19 AM, Andreas Färber wrote: Am 12.12.2007 um 13:08 schrieb Alexander Graf: Does it work if you specify "-framework CoreFoundation -framework IOKit" in your LDFLAGS? That's what was needed on my Leopard x86_64 build.

[Qemu-devel] [PATCH] Real SCSI device passthrough (v4)

2007-12-14 Thread Laurent Vivier
This patch allows to connect the virtual SCSI interface of Qemu to a real SCSI device of the host. Using the devices /dev/sg, it allows to send the SCSI commands from the virtual SCSI interface to the real device. It has been tested with a SATA disk and an ATA CD burner with ide-scsi module and w

Re: [Qemu-devel] Mac OS X build failure (qemu-img)

2007-12-14 Thread Alexander Graf
On Dec 14, 2007, at 12:19 AM, Andreas Färber wrote: Am 12.12.2007 um 13:08 schrieb Alexander Graf: Does it work if you specify "-framework CoreFoundation -framework IOKit" in your LDFLAGS? That's what was needed on my Leopard x86_64 build. If I configure with LDFLAGS: LDFLAGS="-framewor

[Qemu-devel] RE: [kvm-devel] [PATCH][UPDATE] kvm-userspace: sync icache for morearchitectures

2007-12-14 Thread Zhang, Xiantao
Christian Ehrhardt wrote: > Zhang, Xiantao wrote: >> Christian Ehrhardt wrote: > <[...] >>> @@ -2600,8 +2601,8 @@ void cpu_physical_memory_rw(target_phys_addr_t >>> addr, uint8_t *buf, phys_ram_dirty[addr1 >> >>> TARGET_PAGE_BITS] |= (0xff & >>>

Re: [Qemu-devel] [PATCH] Reduce redundant timer rearming

2007-12-14 Thread Anders Melchiorsen
% time seconds usecs/call callserrors syscall -- --- --- - - 99.740.012590 1 22766 2706 ioctl 0.260.33 0 27044 clock_gettime 0.000.00 0 5413

[Qemu-devel] Re: [kvm-devel] [PATCH][UPDATE] kvm-userspace: sync icache for morearchitectures

2007-12-14 Thread Christian Ehrhardt
Zhang, Xiantao wrote: Christian Ehrhardt wrote: <[...] @@ -2600,8 +2601,8 @@ void cpu_physical_memory_rw(target_phys_addr_t addr, uint8_t *buf, phys_ram_dirty[addr1 >> TARGET_PAGE_BITS] |= (0xff & ~CODE_DIRTY_FLAG); } -#ifdef __ia64