Seems I forgot to CC Eric, but I checked my command line history, I do
include Eric...weird
On 01/17/2016 08:13 PM, Cao jin wrote:
v6 changelog:
1. split modification of xen_host_pci_sysfs_path() into a separate new patch
as 1/6 shows.
2. 'bug' fix of qemu_strtoul(), in patch 2/6 & 3/6
3. Grammar fix in patch 4/6
4. 'msg' --> 'message' in commit message.
Cao jin (6):
Change xen_host_pci_sysfs_path() to return void
Xen: use qemu_strtoul instead of strtol
Add Error **errp for xen_host_pci_device_get()
Add Error **errp for xen_pt_setup_vga()
Add Error **errp for xen_pt_config_init()
Xen PCI passthru: convert to realize()
hw/xen/xen-host-pci-device.c | 149 +++++++++++++++++++++----------------------
hw/xen/xen-host-pci-device.h | 5 +-
hw/xen/xen_pt.c | 77 ++++++++++++----------
hw/xen/xen_pt.h | 5 +-
hw/xen/xen_pt_config_init.c | 51 ++++++++-------
hw/xen/xen_pt_graphics.c | 11 ++--
6 files changed, 155 insertions(+), 143 deletions(-)
--
Yours Sincerely,
Cao jin