[Qemu-discuss] Method to emulate external registers

2017-03-29 Thread Wu, Michael Y [US] (MS)
Hi, I've been doing some bare metal programming using the powerpc system emulator. I was able to run some of my code using the g3beige system emulation. I set up break points in GDB to validate that it works. My next step is to emulate some external registers. Simply a powerpc address will be

[Qemu-discuss] how to hotplug sata (qcow2) disk in VM

2017-03-29 Thread Pascal
hi everybody, I've a qcow2 image disk (win.img) and I run a VM (qemu -hda linux.img) : how can I hotplug my second disk (win.img) in my running VM ? thanks for help, lacsaP.