Re: [Qemu-devel] [PATCH RFC for-1.6 qom-next 0/3] PCIe VMState cleanups for 1.6

2013-07-28 Thread Michael S. Tsirkin
On Sun, Jul 28, 2013 at 04:59:18PM +0200, Andreas Färber wrote: > Am 28.07.2013 16:08, schrieb Michael S. Tsirkin: > > On Sun, Jul 28, 2013 at 03:41:07AM +0200, Andreas Färber wrote: > >> Hello Michael and Gerd, > >> > >> As discussed, this series attempts to clean up PCIe devices fiddling with > >

Re: [Qemu-devel] [PATCH RFC for-1.6 qom-next 0/3] PCIe VMState cleanups for 1.6

2013-07-28 Thread Andreas Färber
Am 28.07.2013 16:08, schrieb Michael S. Tsirkin: > On Sun, Jul 28, 2013 at 03:41:07AM +0200, Andreas Färber wrote: >> Hello Michael and Gerd, >> >> As discussed, this series attempts to clean up PCIe devices fiddling with >> individual PCIe VMState fields. It is based on my qom-next queue, containi

Re: [Qemu-devel] [PATCH RFC for-1.6 qom-next 0/3] PCIe VMState cleanups for 1.6

2013-07-28 Thread Andreas Färber
Am 28.07.2013 15:44, schrieb Andreas Färber: > Am 28.07.2013 03:41, schrieb Andreas Färber: >> Patch 1 assumes the following are equivalent: >> a) - Struct A >> - Field Aa >> ... >>- Field X >> ... >> b) - Struct A >> - Field Aa >> ... >> - Field X >> >> Patch 2 re

Re: [Qemu-devel] [PATCH RFC for-1.6 qom-next 0/3] PCIe VMState cleanups for 1.6

2013-07-28 Thread Michael S. Tsirkin
On Sun, Jul 28, 2013 at 03:41:07AM +0200, Andreas Färber wrote: > Hello Michael and Gerd, > > As discussed, this series attempts to clean up PCIe devices fiddling with > individual PCIe VMState fields. It is based on my qom-next queue, containing > type and field changes for PCIe devices. > > Pat

Re: [Qemu-devel] [PATCH RFC for-1.6 qom-next 0/3] PCIe VMState cleanups for 1.6

2013-07-28 Thread Andreas Färber
Am 28.07.2013 03:41, schrieb Andreas Färber: > Patch 1 assumes the following are equivalent: > a) - Struct A > - Field Aa > ... >- Field X > ... > b) - Struct A > - Field Aa > ... > - Field X > > Patch 2 relies on XHCI not being released yet, thus no compatibiliy

[Qemu-devel] [PATCH RFC for-1.6 qom-next 0/3] PCIe VMState cleanups for 1.6

2013-07-27 Thread Andreas Färber
Hello Michael and Gerd, As discussed, this series attempts to clean up PCIe devices fiddling with individual PCIe VMState fields. It is based on my qom-next queue, containing type and field changes for PCIe devices. Patch 1 assumes the following are equivalent: a) - Struct A - Field Aa