search for: xen_machine_pv

Displaying 10 results from an estimated 10 matches for "xen_machine_pv".

Did you mean: xen_machine_fv
2013 Aug 16
0
Build fixes for pkg-xen svn
...nal at the xen build level so it needs to become +optional here. Until the matching Xen patch is applied and exports +CONFIG_BLKTAP1=y|n there should be no change. + +Signed-off-by: Ian Campbell <ian.campbell at citrix.com> +Acked-by: Ian Jackson <ian.jackson at eu.citrix.com> +--- + hw/xen_machine_pv.c | 4 ++-- + xen-config-host.h | 2 +- + xen-hooks.mak | 4 +++- + 3 files changed, 6 insertions(+), 4 deletions(-) + +Index: xen/qemu/hw/xen_machine_pv.c +=================================================================== +--- xen.orig/qemu/hw/xen_machine_pv.c 2013-08-15 17:08:41.342047187...
2013 Jun 03
11
[GIT PULL] Xen fixes and cleanups 20130603
...should be backported at least up to QEMU v1.3 included: 49fa988 xen: simplify xen_enabled a7d4207 main_loop: do not set nonblocking if xen_enabled() 9f24a80 xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-traditional) The following should be backported only to QEMU v1.5: 58ee9b0 xen_machine_pv: do not create a dummy CPU in machine->init The last 2 are just cleanups. Stefano Stabellini (6): xen: simplify xen_enabled main_loop: do not set nonblocking if xen_enabled() xen_machine_pv: do not create a dummy CPU in machine->init xen: start PCI hole at 0xe00000...
2010 Oct 01
2
trouble building 4.0.1
...ack a ways to find any warnings. This is what I found: /usr/src/xen-4.0.1/stubdom/ioemu/hw/xen_machine_fv.c:43:0: warning: "test_bit" redefined /usr/src/xen-4.0.1/stubdom/../extras/mini-os/include/x86/os.h:233:0: note: this is the location of the previous definition CC i386-stubdom/xen_machine_pv.o CC i386-stubdom/xen_backend.o /usr/src/xen-4.0.1/stubdom/ioemu/hw/xen_backend.c: In function ‘xenstore_update’: /usr/src/xen-4.0.1/stubdom/ioemu/hw/xen_backend.c:592:16: warning: format ‘%llx’ expects type ‘long long unsigned int *’, but argument 3 has type ‘intptr_t *’ /usr/src/xen-4.0.1/st...
2007 Oct 24
16
PATCH 0/10: Merge PV framebuffer & console into QEMU
...ls/xenfb/xenfb.c | 779 ---------------------- a/tools/xenfb/xenfb.h | 35 - b/tools/ioemu/hw/xen_console.c | 432 ++++++++++++ b/tools/ioemu/hw/xen_console.h | 25 b/tools/ioemu/hw/xen_machine_fv.c | 288 ++++++++ b/tools/ioemu/hw/xen_machine_pv.c | 73 ++ b/tools/ioemu/hw/xenfb.c | 1108 ++++++++++++++++++++++++++++++++ b/tools/ioemu/hw/xenfb.h | 13 tools/Makefile | 1 tools/check/Makefile | 4 tools/console/daemon/io.c | 9 too...
2012 Apr 05
15
[PATCH 0/0] MSI/MSIX injection for Xen HVM guests
Implement a simple Xen APIC module and use it to deliver MSI/MSIX for Xen HVM guests.
2008 Mar 10
12
[RFC][PATCH] Use ioemu block drivers through blktap
When I submitted the qcow2 patch for blktap, suggestions came up that the qemu block drivers should be used also for blktap to eliminate the current code duplication in ioemu and blktap. The attached patch adds support for a tap:ioemu pseudo driver. Devices using this driver won''t use tapdisk (containing the code duplication) any more, but will connect to the qemu-dm of the domain. In
2012 Apr 12
2
[PATCH v2 0/2] MSI/MSIX injection for Xen HVM guests
Hi all, this patch series by Wei Liu implements a simple Xen APIC module and use it to deliver MSI/MSIX for Xen HVM guests. The second version of this series includes the "or later" copyright clause for xen_apic.c and a fix to the return value of xen_apic_mem_read (thanks Peter for finding it out). Stefano Stabellini (2): Xen: basic HVM MSI injection support. Xen: Add
2012 Oct 15
1
[QEMU PATCH v4] create struct for machine initialization arguments
...c | 133 ++++++++++++++++++++++++++---------------- hw/sun4u.c | 39 ++++++++----- hw/tosa.c | 9 +-- hw/versatilepb.c | 22 ++++--- hw/vexpress.c | 26 +++++---- hw/virtex_ml507.c | 10 ++-- hw/xen_machine_pv.c | 11 ++-- hw/xilinx_zynq.c | 9 ++- hw/xtensa_lx60.c | 22 ++++--- hw/xtensa_sim.c | 11 ++-- hw/z2.c | 9 +-- vl.c | 9 ++- 57 files changed, 518 insertions(+), 414 deletions(-) diff --git...
2013 May 09
1
Bug#707434: xen: FTBFS: vl.c:1575: undefined reference to `timer_create'
..._pci.o > CC i386-dm/usb-uhci.o > CC i386-dm/hpet.o > CC i386-dm/device-hotplug.o > CC i386-dm/pci-hotplug.o > CC i386-dm/piix4acpi.o > CC i386-dm/xenstore.o > CC i386-dm/xen_platform.o > CC i386-dm/xen_machine_fv.o > CC i386-dm/xen_machine_pv.o > CC i386-dm/xen_backend.o > CC i386-dm/xenfb.o > CC i386-dm/xen_console.o > CC i386-dm/xen_disk.o > CC i386-dm/exec-dm.o > CC i386-dm/pci_emulation.o > CC i386-dm/helper2.o > CC i386-dm/battery_mgmt.o > CC i386-dm/tpm_tis.o...
2010 Aug 12
59
[PATCH 00/15] RFC xen device model support
Hi all, this is the long awaited patch series to add xen device model support in qemu; the main author is Anthony Perard. Developing this series we tried to come up with the cleanest possible solution from the qemu point of view, limiting the amount of changes to common code as much as possible. The end result still requires a couple of hooks in piix_pci but overall the impact should be very