Re: [Qemu-devel] [PATCH RFC 00/10] pci: Partial conversion to realize

2015-01-30 Thread Markus Armbruster
Markus Armbruster writes: > Markus Armbruster writes: > >> Andreas Färber writes: >> >>> Hi Markus, >>> >>> Am 28.10.2014 um 08:35 schrieb Markus Armbruster: While discussing Gonglei's "[PATCH v2 00/19] usb: convert device init to realize", Paolo called the PCI conversion job "Gargant

Re: [Qemu-devel] [PATCH RFC 00/10] pci: Partial conversion to realize

2015-01-19 Thread Markus Armbruster
Markus Armbruster writes: > Andreas Färber writes: > >> Hi Markus, >> >> Am 28.10.2014 um 08:35 schrieb Markus Armbruster: >>> While discussing Gonglei's "[PATCH v2 00/19] usb: convert device init >>> to realize", Paolo called the PCI conversion job "Gargantuan". This >>> series attempts to cra

Re: [Qemu-devel] [PATCH RFC 00/10] pci: Partial conversion to realize

2014-11-02 Thread Markus Armbruster
Andreas Färber writes: > Hi Markus, > > Am 28.10.2014 um 08:35 schrieb Markus Armbruster: >> While discussing Gonglei's "[PATCH v2 00/19] usb: convert device init >> to realize", Paolo called the PCI conversion job "Gargantuan". This >> series attempts to crack it into manageable jobs. > > Thank

Re: [Qemu-devel] [PATCH RFC 00/10] pci: Partial conversion to realize

2014-11-02 Thread Markus Armbruster
"Michael S. Tsirkin" writes: > On Tue, Oct 28, 2014 at 08:35:29AM +0100, Markus Armbruster wrote: >> While discussing Gonglei's "[PATCH v2 00/19] usb: convert device init >> to realize", Paolo called the PCI conversion job "Gargantuan". This >> series attempts to crack it into manageable jobs. >

Re: [Qemu-devel] [PATCH RFC 00/10] pci: Partial conversion to realize

2014-11-02 Thread Michael S. Tsirkin
On Tue, Oct 28, 2014 at 08:35:29AM +0100, Markus Armbruster wrote: > While discussing Gonglei's "[PATCH v2 00/19] usb: convert device init > to realize", Paolo called the PCI conversion job "Gargantuan". This > series attempts to crack it into manageable jobs. > > The basic idea comes from qdev c

Re: [Qemu-devel] [PATCH RFC 00/10] pci: Partial conversion to realize

2014-10-31 Thread Andreas Färber
Hi Markus, Am 28.10.2014 um 08:35 schrieb Markus Armbruster: > While discussing Gonglei's "[PATCH v2 00/19] usb: convert device init > to realize", Paolo called the PCI conversion job "Gargantuan". This > series attempts to crack it into manageable jobs. Thanks for giving this a stab! What kept

Re: [Qemu-devel] [PATCH RFC 00/10] pci: Partial conversion to realize

2014-10-28 Thread Gonglei
On 2014/10/28 15:35, Markus Armbruster wrote: > While discussing Gonglei's "[PATCH v2 00/19] usb: convert device init > to realize", Paolo called the PCI conversion job "Gargantuan". This > series attempts to crack it into manageable jobs. > > The basic idea comes from qdev core: have the core d

[Qemu-devel] [PATCH RFC 00/10] pci: Partial conversion to realize

2014-10-28 Thread Markus Armbruster
While discussing Gonglei's "[PATCH v2 00/19] usb: convert device init to realize", Paolo called the PCI conversion job "Gargantuan". This series attempts to crack it into manageable jobs. The basic idea comes from qdev core: have the core deal with just realize, but default the device models' rea