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
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.
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
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
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 &
>>>
% 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
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