Re: [Qemu-devel] [PATCH 05/14] qdev: use wrapper for qdev_get_path

2012-05-02 Thread Gerd Hoffmann
On 05/01/12 20:36, Anthony Liguori wrote: Hi Gerd, Could you carefully review the USB changes here? I'm not really sure what our contract is with the guest in terms of ABI compatibility. I think it's good but it could use a second set of eyes. incremental fix attached. cheers, Gerd

Re: [Qemu-devel] [PATCH 05/14] qdev: use wrapper for qdev_get_path

2012-05-01 Thread Anthony Liguori
Hi Gerd, Could you carefully review the USB changes here? I'm not really sure what our contract is with the guest in terms of ABI compatibility. I think it's good but it could use a second set of eyes. Regards, Anthony Liguori On 05/01/2012 01:18 PM, Anthony Liguori wrote: This makes it

[Qemu-devel] [PATCH 05/14] qdev: use wrapper for qdev_get_path

2012-05-01 Thread Anthony Liguori
This makes it easier to remove it from BusInfo. Signed-off-by: Anthony Liguori aligu...@us.ibm.com --- exec.c|4 ++-- hw/qdev.c | 16 hw/qdev.h |2 ++ hw/usb/desc.c |7 +-- savevm.c | 12 ++-- 5 files changed, 31 insertions(+), 10

[Qemu-devel] [PATCH 05/14] qdev: use wrapper for qdev_get_path

2012-04-18 Thread Anthony Liguori
This makes it easier to remove it from BusInfo. Signed-off-by: Anthony Liguori aligu...@us.ibm.com --- exec.c|4 ++-- hw/qdev.c | 16 hw/qdev.h |2 ++ savevm.c | 12 ++-- 4 files changed, 26 insertions(+), 8 deletions(-) diff --git a/exec.c b/exec.c