[PATCH 0/4] hw/i386: Restrict vmport/vmmouse devices to x86 targets

Philippe Mathieu-Daudé posted 4 patches 4 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200504083342.24273-1-f4bug@amsat.org
Test docker-mingw@fedora passed
Test checkpatch passed
Test asan passed
Test docker-quick@centos7 passed
Test FreeBSD passed
hw/i386/vmport.h     | 34 ++++++++++++++++++++++++++++++++++
include/hw/i386/pc.h | 13 -------------
hw/i386/pc.c         |  3 ++-
hw/i386/vmmouse.c    | 23 ++++++++++++++++++++++-
hw/i386/vmport.c     | 25 ++-----------------------
5 files changed, 60 insertions(+), 38 deletions(-)
create mode 100644 hw/i386/vmport.h
[PATCH 0/4] hw/i386: Restrict vmport/vmmouse devices to x86 targets
Posted by Philippe Mathieu-Daudé 4 years ago
Some x86 patches worth salvaging while doing housekeeping:
Restrict vmport/vmmouse devices to x86 targets.

A step forward having "hw/i386/pc.h" target-specific...

Philippe Mathieu-Daudé (4):
  hw/i386/pc: Create 'vmport' device in place
  hw/i386/vmport: Remove unused 'hw/input/i8042.h' include
  hw/i386: Add 'vmport.h' local header
  hw/i386: Make vmmouse helpers static

 hw/i386/vmport.h     | 34 ++++++++++++++++++++++++++++++++++
 include/hw/i386/pc.h | 13 -------------
 hw/i386/pc.c         |  3 ++-
 hw/i386/vmmouse.c    | 23 ++++++++++++++++++++++-
 hw/i386/vmport.c     | 25 ++-----------------------
 5 files changed, 60 insertions(+), 38 deletions(-)
 create mode 100644 hw/i386/vmport.h

-- 
2.21.3