qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Re: [PATCH 9/9] Introduce VLANClientState::cleanup()


From: M. Warner Losh
Subject: Re: [Qemu-devel] Re: [PATCH 9/9] Introduce VLANClientState::cleanup()
Date: Wed, 15 Apr 2009 21:24:44 -0600 (MDT)

In message: <address@hidden>
            Marcelo Tosatti <address@hidden> writes:
: > > +static void isa_ne2000_cleanup(VLANClientState *vc)
: > > +{
: > > +    NE2000State *s = vc->opaque;
: > > +
: > > +    unregister_savevm("ne2000", s);
: > > +
: > > +    isa_unassign_ioport(s->isa_io_base, 16);
: > > +    isa_unassign_ioport(s->isa_io_base + 0x10, 2);
: > > +    isa_unassign_ioport(s->isa_io_base + 0x1f, 1);
: > > +
: > > +    qemu_free(s);
: > > +}
: > Hot-plugging ISA device - scary... :)
: 
: Yeah :)

No it isn't.  They called it PC Card (aka PCMCIA) back in the day :)

Warner




reply via email to

[Prev in Thread] Current Thread [Next in Thread]