qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] KVM call agenda for September 7
@ 2010-09-06 20:00 Juan Quintela
  2010-09-07  5:12 ` [Qemu-devel] " Avi Kivity
  0 siblings, 1 reply; 3+ messages in thread
From: Juan Quintela @ 2010-09-06 20:00 UTC (permalink / raw)
  To: kvm-devel, qemu-devel


Please send in any agenda items you are interested in covering.

thanks,
Juan.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Qemu-devel] Re: KVM call agenda for September 7
  2010-09-06 20:00 [Qemu-devel] KVM call agenda for September 7 Juan Quintela
@ 2010-09-07  5:12 ` Avi Kivity
  2010-09-07 12:37   ` [Qemu-devel] Device hotplug issues pradeepkumar
  0 siblings, 1 reply; 3+ messages in thread
From: Avi Kivity @ 2010-09-07  5:12 UTC (permalink / raw)
  To: Juan Quintela; +Cc: qemu-devel, kvm-devel

  On 09/06/2010 11:00 PM, Juan Quintela wrote:
> Please send in any agenda items you are interested in covering.
>

0.13?

-- 
I have a truly marvellous patch that fixes the bug which this
signature is too narrow to contain.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Qemu-devel] Device hotplug issues
  2010-09-07  5:12 ` [Qemu-devel] " Avi Kivity
@ 2010-09-07 12:37   ` pradeepkumar
  0 siblings, 0 replies; 3+ messages in thread
From: pradeepkumar @ 2010-09-07 12:37 UTC (permalink / raw)
  To: Avi Kivity; +Cc: skannery, rharper, qemu-devel, kvm-devel

Hi

I tried to add a device to guest from upstream qemu monitor using
"device_add".
when i try to add VGA, vmware-svga..etc, from qemu monitor my qemu
monitor is aborted,  Since these devices already registered. 
I dont see a reason to kill monitor. I think abort() is a bit rough.  
we need a better way to handle it.  If a user try to add a already
registered device, qemu should convey this to user saying that, this
device already registered and an error message should be fine than
aborting qemu.


        QLIST_FOREACH(block, &ram_list.blocks, next) {
        if (!strcmp(block->idstr, new_block->idstr)) {
            fprintf(stderr, "RAMBlock \"%s\" already registered,
        abort!\n",
                    new_block->idstr);
            abort();
        }


Thanks
Pradeep

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-09-07 12:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-06 20:00 [Qemu-devel] KVM call agenda for September 7 Juan Quintela
2010-09-07  5:12 ` [Qemu-devel] " Avi Kivity
2010-09-07 12:37   ` [Qemu-devel] Device hotplug issues pradeepkumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).