qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/1] Add support for Xen access to vmport
@ 2014-09-26 18:47 Don Slutz
  2014-09-26 18:47 ` [Qemu-devel] [PATCH 1/1] xen-hvm.c: " Don Slutz
  0 siblings, 1 reply; 21+ messages in thread
From: Don Slutz @ 2014-09-26 18:47 UTC (permalink / raw)
  To: qemu-devel
  Cc: xen-devel, Marcel Apfelbaum, Michael S. Tsirkin, Alexander Graf,
	Don Slutz, Markus Armbruster, Anthony Liguori,
	Andreas Färber, Stefano Stabellini

Note: to use this with Xen either a version of:

[Qemu-devel] [PATCH] -machine vmport=off: Allow disabling of VMWare ioport emulation

or

>From f70663d9fb86914144ba340b6186cb1e67ac6eec Mon Sep 17 00:00:00 2001
From: Don Slutz <dslutz@verizon.com>
Date: Fri, 26 Sep 2014 08:11:39 -0400
Subject: [PATCH 1/2] hack: force enable vmport

Signed-off-by: Don Slutz <dslutz@verizon.com>
---
 hw/i386/pc_piix.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c
index 103d756..b76dfbc 100644
--- a/hw/i386/pc_piix.c
+++ b/hw/i386/pc_piix.c
@@ -234,7 +234,7 @@ static void pc_init1(MachineState *machine,
     pc_vga_init(isa_bus, pci_enabled ? pci_bus : NULL);
 
     /* init basic PC hardware */
-    pc_basic_device_init(isa_bus, gsi, &rtc_state, &floppy, xen_enabled(),
+    pc_basic_device_init(isa_bus, gsi, &rtc_state, &floppy, false,
         0x4);
 
     pc_nic_init(isa_bus, pci_bus);
-- 
1.8.4

needs to be done to QEMU.

And the Xen RFC patch:

[RFC][PATCH 1/1] Add IOREQ_TYPE_VMWARE_PORT

needs to be done to Xen.

Don Slutz (1):
  xen-hvm.c: Add support for Xen access to vmport

 hw/misc/vmport.c     | 32 ++++++++++++++++++++------------
 include/hw/xen/xen.h |  6 ++++++
 vl.c                 |  1 +
 xen-hvm.c            | 38 ++++++++++++++++++++++++++++++++++++--
 4 files changed, 63 insertions(+), 14 deletions(-)

-- 
1.8.4

^ permalink raw reply related	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2014-10-01 16:01 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-26 18:47 [Qemu-devel] [PATCH 0/1] Add support for Xen access to vmport Don Slutz
2014-09-26 18:47 ` [Qemu-devel] [PATCH 1/1] xen-hvm.c: " Don Slutz
2014-09-29  8:12   ` Alexander Graf
2014-09-29 11:10     ` Paolo Bonzini
2014-09-29 11:53       ` Alexander Graf
2014-09-29 12:21         ` Paolo Bonzini
2014-09-29 12:57           ` Alexander Graf
2014-09-29 13:14             ` Paolo Bonzini
2014-09-30  1:05               ` Don Slutz
2014-09-30  8:14                 ` Paolo Bonzini
2014-09-30  1:00         ` Don Slutz
2014-09-29 10:15   ` Stefano Stabellini
2014-09-29 10:25     ` Stefano Stabellini
2014-09-30  0:32       ` Don Slutz
2014-09-30 10:35         ` Stefano Stabellini
2014-10-01  5:21           ` Slutz, Donald Christopher
2014-10-01  9:20             ` Stefano Stabellini
2014-10-01 12:33               ` Don Slutz
2014-10-01 14:44               ` [Qemu-devel] [Xen-devel] " Ian Campbell
2014-10-01 16:01                 ` Anthony Liguori
2014-10-01 15:08               ` [Qemu-devel] " Paul Durrant

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).