Re: [Qemu-devel] [feature request] qemu-bridge-helper

2012-10-11 Thread Corey Bryant
On 10/10/2012 11:05 AM, Mario De Chenno wrote: It could be possible to add a sort of "ifname=" option to the qemu-bridge-helper program, so qemu could give a recognizable name to the tap interface the helper creates? Thanks all, Mairo De Chenno I don't see why not. If ifname is not specified

Re: [Qemu-devel] Feature request

2010-09-17 Thread Frans de Boer
On 09/17/2010 09:47 AM, Stefan Weil wrote: > Am 17.09.2010 09:15, schrieb Stefan Weil: >> Am 16.09.2010 23:56, schrieb Frans de Boer: >>> Dear Reader, >>> >>> When I switch with SHIFT-CTRL-ALT-2 to the monitor mode, the resolution >>> of the used window goes back to 640*480. There a lot of command

Re: [Qemu-devel] Feature request

2010-09-17 Thread Stefan Weil
Am 17.09.2010 09:15, schrieb Stefan Weil: Am 16.09.2010 23:56, schrieb Frans de Boer: Dear Reader, When I switch with SHIFT-CTRL-ALT-2 to the monitor mode, the resolution of the used window goes back to 640*480. There a lot of command available and typing help lists then all. in one long list w

Re: [Qemu-devel] Feature request

2010-09-17 Thread Stefan Weil
Am 16.09.2010 23:56, schrieb Frans de Boer: Dear Reader, When I switch with SHIFT-CTRL-ALT-2 to the monitor mode, the resolution of the used window goes back to 640*480. There a lot of command available and typing help lists then all. in one long list without pause to examine the commands. Is th

Re: [Qemu-devel] feature request: changing boot device in the monitor

2007-12-03 Thread Gildas
2007/12/3, Daniel P. Berrange <[EMAIL PROTECTED]>: > On Mon, Dec 03, 2007 at 01:34:16PM +, Gildas wrote: > > Hi, > > > > I don't know whether this is an easy one or not and if it will apply > > to all archs, but I'd like to see an option in the monitor to > > change/override the value given for

Re: [Qemu-devel] feature request: changing boot device in the monitor

2007-12-03 Thread Gildas
2007/12/3, Dan Kenigsberg <[EMAIL PROTECTED]>: > On Mon, Dec 03, 2007 at 01:34:16PM +, Gildas wrote: > > Hi, > > > > I don't know whether this is an easy one or not and if it will apply > > to all archs, but I'd like to see an option in the monitor to > > change/override the value given for -bo

Re: [Qemu-devel] feature request: changing boot device in the monitor

2007-12-03 Thread Dan Kenigsberg
On Mon, Dec 03, 2007 at 01:34:16PM +, Gildas wrote: > Hi, > > I don't know whether this is an easy one or not and if it will apply > to all archs, but I'd like to see an option in the monitor to > change/override the value given for -boot. > > This way, for instance if you install a VM from a

Re: [Qemu-devel] feature request: changing boot device in the monitor

2007-12-03 Thread Daniel P. Berrange
On Mon, Dec 03, 2007 at 01:34:16PM +, Gildas wrote: > Hi, > > I don't know whether this is an easy one or not and if it will apply > to all archs, but I'd like to see an option in the monitor to > change/override the value given for -boot. > > This way, for instance if you install a VM from a

Re: [Qemu-devel] Feature request: VNC and SDL

2006-10-23 Thread andrzej zaborowski
On 23/10/06, Jonathan Dieter <[EMAIL PROTECTED]> wrote: This is just a small (I hope) feature request. Is there any way that there could be a "-vnc-and-sdl" option that would allow simultaneous VNC and SDL access to the virtual machine? Actually multiple interfaces shouldn't be very difficult

Re: [Qemu-devel] Feature Request: Allow the use of real partitions

2005-10-26 Thread Henrik Nordstrom
On Wed, 26 Oct 2005, Jim C. Brown wrote: I'm actually working on faking the header so qemu -hda /dev/hda1 will work. The issue here is getting the right cylinder/head/track numbers and then making up a suitable partition table entry with the right start and end numbers. There is also the minor i

Re: [Qemu-devel] Feature Request: Allow the use of real partitions

2005-10-26 Thread Jim C. Brown
On Wed, Oct 26, 2005 at 02:38:15PM +0100, Ricardo Almeida wrote: > Hi, > > Since Qemu allows the use of a real cdrom, why doesn't it support the use of > a real hard drive partition (-hdb /dev/hda1 for instance)? It does. You have to use -hdb /dev/hda though, since a full MBR and partition table

Re: [Qemu-devel] Feature Request: Allow the use of real partitions

2005-10-26 Thread Johannes Schindelin
Hi, On Wed, 26 Oct 2005, Ricardo Almeida wrote: > Since Qemu allows the use of a real cdrom, why doesn't it support the > use of a real hard drive partition (-hdb /dev/hda1 for instance)? Is it > hard to make it work? It would be doable. You'd have to fake a real disk around it, but it's easi