search for: ioreq_pfn

Displaying 5 results from an estimated 5 matches for "ioreq_pfn".

2012 Oct 04
5
Bug#689646: xen-utils-4.1: fails to create HVM domU
.../* the hvmop is not supported on older hypervisors */ xc_set_hvm_param(xc_handle, domid, HVM_PARAM_DM_DOMAIN, DOMID_SELF); #endif + fprintf(logfile, "errno0 = %d\n", errno); + fprintf(logfile, "domid = %d\n", domid); xc_get_hvm_param(xc_handle, domid, HVM_PARAM_IOREQ_PFN, &ioreq_pfn); fprintf(logfile, "shared page at pfn %lx\n", ioreq_pfn); + fprintf(logfile, "errno1 = %d\n", errno); shared_page = xc_map_foreign_range(xc_handle, domid, XC_PAGE_SIZE, PROT_READ|PROT_WRITE, ioreq_pfn); + f...
2013 Sep 02
0
Re: Is fallback vhost_net to qemu for live migrate available?
...idea to mix and match the >> two. >> > Next I would try to fallback datapath to qemu for three reason: > 1: memory translate mechanism has been changed for vhost_net on > Xen,so there would be some necessary changed needed for vhost_log in > kernel. > > 2: I also maped IOREQ_PFN page(which is used for communication between > qemu and Xen) in kernel notify module, so it also needed been marked > as dirty when tx/rx exist in migrate period. > > 3: Most important of all, Michael S. Tsirkin said that he hadn't > considered about vhost_net migrate on Xen,so t...
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
2012 Feb 08
28
[PATCH v3 0/6] initial suspend support
This patch series makes suspend support in qemu alot more useful. Right now the guest can put itself into s3, but qemu will wakeup the guest instantly. With this patch series applied the guest will stay suspended instead and there are a few events which can kick the guest out of suspend state: A monitor command, ps/2 input, serial input, rtc. Not much yet, but it''s a start with the
2007 Oct 24
16
PATCH 0/10: Merge PV framebuffer & console into QEMU
The following series of 10 patches is a merge of the xenfb and xenconsoled functionality into the qemu-dm code. The general approach taken is to have qemu-dm provide two machine types - one for xen paravirt, the other for fullyvirt. For compatability the later is the default. The goals overall are to kill LibVNCServer, remove alot of code duplication and/or parallel impls of the same concepts, and