Message ID | 20220609140202.45227-1-anthony.perard@citrix.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 6/9/22 07:01, Anthony PERARD via wrote: > The following changes since commit 05911658cb46d907fb38cbc0b48d2b652237dc28: > > Merge tag 'vfio-updates-20220608.0' of https://gitlab.com/alex.williamson/qemu into staging (2022-06-08 13:38:54 -0700) > > are available in the Git repository at: > > https://xenbits.xen.org/git-http/people/aperard/qemu-dm.git tags/pull-xen-20220609 > > for you to fetch changes up to 6a8a8b62bdc8e3d7c5fc0f82ef4583707183b12f: > > include/hw/ide: Unexport pci_piix3_xen_ide_unplug() (2022-06-09 14:47:42 +0100) > > ---------------------------------------------------------------- > Xen patches > > - PIIX3-IDE Xen cleanup Applied, thanks. Please update https://wiki.qemu.org/ChangeLog/7.1 as appropriate. r~ > > ---------------------------------------------------------------- > Bernhard Beschow (3): > hw/ide/piix: Remove redundant "piix3-ide-xen" device class > hw/ide/piix: Add some documentation to pci_piix3_xen_ide_unplug() > include/hw/ide: Unexport pci_piix3_xen_ide_unplug() > > hw/i386/pc_piix.c | 3 +-- > hw/i386/xen/xen_platform.c | 48 +++++++++++++++++++++++++++++++++++++++++++++- > hw/ide/piix.c | 42 ---------------------------------------- > include/hw/ide.h | 3 --- > 4 files changed, 48 insertions(+), 48 deletions(-) >