Re: [Qemu-discuss] e1000 patch for osx

2013-10-25 Thread jacek burghardt
https://github.com/saucelabs/mac-osx-on-kvm/blob/master/e1000-mac-hacks.patch -} else -s->phy_reg[addr] = data; +} else { +/* some (reset) bits are self clearing, so better clear them */ +switch (addr) { +case PHY_CTRL: +

Re: [Qemu-discuss] e1000 patch for osx

2013-10-25 Thread Paolo Bonzini
Il 25/10/2013 14:53, jacek burghardt ha scritto: > Is there a patch for qemu git master that pre init e1000 so I can get > rid off unpluged network cable message ? I know there is patch but is is > for older version of qemu and it seeem that it no longer functions and > does not apply fully as code

[Qemu-discuss] can we create complete image or start a vm from a snapshot point

2013-10-25 Thread yue-kvm
hi.all can we create complete image or start a vm from a snapshot point thanks

[Qemu-discuss] e1000 patch for osx

2013-10-25 Thread jacek burghardt
Is there a patch for qemu git master that pre init e1000 so I can get rid off unpluged network cable message ? I know there is patch but is is for older version of qemu and it seeem that it no longer functions and does not apply fully as code was changed.

[Qemu-discuss] Kitchen Design Lancashire

2013-10-25 Thread sikil
Kitchen Design Lancashire well worth recommending and I paid nothing until the kitchen was delivered. ___ [url=http://www.kitchendesignlancashire9.co.uk/]Kitchen Design Lancashire[/url] -- View this message in context: http://qemu.11.n7.nabble.com/Kitchen-Design-Lancashir

[Qemu-discuss] Accessing disk via ssh.

2013-10-25 Thread dE
As you can see in this command -- qemu-system-x86_64 -machine accel=kvm -boot order=dc -drive file=/home/de/large/FOSS/iso\ images/systemrescuecd-x86-3.4.0-beta007.iso,if=ide,media=cdrom,cache=unsafe,readonly,index=0,id=cdrom -hdb ssh://usera@192.168.1.3:65111//home/usera/misc./sdc -vga std -

Re: [Qemu-discuss] block_set_io_throttle:unexpected end of expression

2013-10-25 Thread dE
On 10/10/13 07:18, Fam Zheng wrote: On Wed, 10/02 20:15, dE wrote: On execution of this command -- block_set_io_throttle cdrom 314572800 1048576 0 It expects 6 numbers. Fam I get "unexpected end of expression". What might be wrong? Thanks for the response. Sorry for the late response