[Qemu-discuss] starting qemu without CDROM

2014-08-28 Thread Bhasker C V
Hi, In a simple command line usage qemu-system-x86_64 -net nic -net tap,... qemu "by default" adds a cdrom device eventhough I have not specified -cdrom How can I start qemu without cdrom device ? Thanks

[Qemu-discuss] Write serial in qemu and read in target

2014-08-28 Thread Brandon Williams
Hi there, I'm trying to figure out a way that I can write to the serial port in a thread that I have made in mac_oldworld and be able to read that serial data from my target program (currently a modified OpenBIOS). I am writing to the essc in my mac_oldworld thread with this: io_mem_write

Re: [Qemu-discuss] Write serial in qemu and read in target

2014-08-28 Thread Jakob Bohm
On 28/08/2014 19:05, Brandon Williams wrote: Hi there, I'm trying to figure out a way that I can write to the serial port in a thread that I have made in mac_oldworld and be able to read that serial data from my target program (currently a modified OpenBIOS). I am writing to the essc in my m