search for: console_mfn

Displaying 20 results from an estimated 37 matches for "console_mfn".

2007 Feb 26
2
[PATCH 0 of 2] Parse image elfnotes, write them to xenstore, save and load via image sxpr
Here are two patches that let xm create, save and restore extract and preserve elfnotes read by the domain builder. This is handy for a few things. In particular, I''d like it so that xm can decide whether or not guest domains support fast resume (if save fails, or for checkpointing). _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2005 Aug 30
4
Re: [Xen-changelog] New console transport and update xenconsoled.
...>+ >+ dom->page = NULL; >+ dom->evtchn_fd = -1; >+ >+ asprintf(&path, "/console/%d/domain", dom->domid); >+ dompath = xs_read(xs, path, NULL); >+ free(path); >+ if (!dompath) >+ return ENOENT; >+ >+ err = xs_gather(xs, dompath, >+ "console_mfn", "%li", &dom->mfn, >+ "console_channel/port1", "%i", &dom->local_port, >+ "console_channel/port2", "%i", &dom->remote_port, >+ NULL); >+ if (err) >+ goto out; >+ >+ dom->page = xc_map_foreign...
2013 Jan 25
3
[PATCH] xenguest: Add xsa-25 decompression limit prototypes
...ff-by: Andrew Cooper <andrew.cooper3@citrix.com> diff -r 5af4f2ab06f3 -r daec50a41570 tools/libxc/xenguest.h --- a/tools/libxc/xenguest.h +++ b/tools/libxc/xenguest.h @@ -177,6 +177,13 @@ int xc_dom_linux_build(xc_interface *xch unsigned int console_evtchn, unsigned long *console_mfn); +#ifndef XC_HAVE_DECOMPRESS_LIMITS +#define XC_HAVE_DECOMPRESS_LIMITS +#endif + +int xc_dom_kernel_max_size(struct xc_dom_image *dom, size_t sz); +int xc_dom_ramdisk_max_size(struct xc_dom_image *dom, size_t sz); + /** * This function will create a domain for a paravirtualized Linux * usin...
2011 Dec 14
18
[PATCH 0 of 3] Support for VM generation ID save/restore and migrate
This patch series adds support for preservation of the VM generation ID buffer address in xenstore across save/restore and migrate, and also code to increment the value in all cases except for migration. The first patch modifies creation of the hvmloader key in xenstore and adds creation of a new read/write hvmloader/generation-id-addr key. The second patch changes hvmloader to use the new key (as
2011 Dec 14
9
[PATCH 0 of 2] Support for VM generation ID save/restore and migrate
This patch series adds support for preservation of the VM generation ID buffer address in xenstore across save/restore and migrate, and also code to increment the value in all cases except for migration. The vast majority of the code is in second patch. The first patch merely changes the xenstore key name used by hvmloader to store the buffer address.
2008 Feb 14
5
On an eight cpu system domU ''cap'' can only be set to 100
...(dev sda1:disk) (uname phy:server/dev-services-root) (mode w) ) ) (state -b----) (shutdown_reason poweroff) (cpu_time 5.184650252) (online_vcpus 1) (up_time 1186.54874301) (start_time 1202999946.85) (store_mfn 628537) (console_mfn 628536) ) _______________________________________________________________________ Jetzt neu! Schützen Sie Ihren PC mit McAfee und WEB.DE. 30 Tage kostenlos testen. http://www.pc-sicherheit.web.de/startseite/?mc=022220 _______________________________________________ Xen-users mailing list Xen-user...
2011 Dec 16
13
[PATCH 0 of 4] Support for VM generation ID save/restore and migrate
This patch series adds support for preservation of the VM generation ID buffer address in xenstore across save/restore and migrate, and also code to increment the value in all cases except for migration. Patch 1 modifies the guest ro and rw node creation to an open coding style and cleans up some extraneous node creation. Patch 2 modifies creation of the hvmloader key in xenstore and adds
2006 May 31
0
Bug#368417: xen-hypervisor-3.0-i386: cannot start NetBSD-HEAD
...;w']]], ['state', '----c-'], ['shutdown_reason', 'crash'], ['cpu_time', 0.19995147399999999], ['online_vcpus', 1], ['up_time', '2.05223917961'], ['start_time', '1147406085.46'], ['store_mfn', 1001578], ['console_mfn', 1001577]]) [2006-05-11 23:54:47 xend.XendDomainInfo] DEBUG (XendDomainInfo:284) parseConfig: config is ['domain', ['domid', 4], ['uuid', '4a3c1cf7-f131-283a-42fd-626773934961'], ['ssidref', 0], ['vcpus', 1], ['vcpu_avail', 1], ['cpu_...
2006 May 31
0
[pakrat@private.neotoma.org: xen-hypervisor-3.0-i386: cannot start NetBSD-HEAD]
...;w']]], ['state', '----c-'], ['shutdown_reason', 'crash'], ['cpu_time', 0.19995147399999999], ['online_vcpus', 1], ['up_time', '2.05223917961'], ['start_time', '1147406085.46'], ['store_mfn', 1001578], ['console_mfn', 1001577]]) [2006-05-11 23:54:47 xend.XendDomainInfo] DEBUG (XendDomainInfo:284) parseConfig: config is ['domain', ['domid', 4], ['uuid', '4a3c1cf7-f131-283a-42fd-626773934961'], ['ssidref', 0], ['vcpus', 1], ['vcpu_avail', 1], ['cpu_...
2011 Nov 29
18
[PATCH 0 of 6] Add support for a VM generation ID virtual device (v2)
The following is a revised patch series to add support for a VM generation ID virtual device for HVM guests. The basic requirements of this device are as follows: - It must be exposed somewhere in ACPI namespace with a _CID of "VM_Gen_Counter". - It must also include a _DDN of "VM_Gen_Counter". - It must contain a _HID object but no particular value is required. - It must
2008 Apr 12
0
Problems with xm migrate --live
...#39;1.213463491''], [''online_vcpus'', ''1''], [''up_time'', ''-81398.7237072''], [''start_time'', ''1208048492.91''], [''store_mfn'', ''1618905''], [''console_mfn'', ''1618606'']])[2008-04-12 21:20:58 xend.XendDomainInfo 9579] DEBUG (XendDomainInfo:306) parseConfig: config is [''domain'', [''domid'', ''5''], [''uuid'', ''59c6af94-1336-b3f3-aa6a-e5caa919701c&...
2007 Jan 26
5
HVM restore broken?
I got latest (13601) yesterday evening. This doesn''t seem to work to do Restore (at least of the Windows test-image that I''ve been using for testing previously). The VM restores reasonably OK, but it jumps to an invalid address shortly after restoring, giving a D1 blue-screen error (DRIVER_IRQL_LESS_OR_EQUAL), which turns out to be "page-fault in driver" after I
2006 Mar 19
14
Detecting deadlocks with hypervisor..
Hello, I am trying to see if the hypervisor can be used to detect deadlocks in the guest VMs. My goal is to detect if a guest OS is deadlocked, and if it is, then create a clone of the deadlocked OS without the locking condition, and letting the clone run. While the clone runs I am hoping to generate some hints that could tell me what caused the deadlock. I simulated a deadlock/hang
2012 Jan 25
26
[PATCH v4 00/23] Xenstore stub domain
Changes from v3: - mini-os configuration files moved into stubdom/ - mini-os extra console support now a config option - Fewer #ifdefs - grant table setup uses hypercall bounce - Xenstore stub domain syslog support re-enabled Changes from v2: - configuration support added to mini-os build system - add mini-os support for conditionally compiling frontends, xenbus -
2006 Aug 10
2
Works...?! All blocked
Hello again, now my xen works. But a strange thing: Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 2514 4 r----- 76.2 vx1 1 256 1 -b---- 6.1 vx2 2 256 1 -b---- 5.8 vx3 3 256 1 -b---- 5.3 vx4
2007 Jan 11
0
[PATCH 6/8] HVM save restore: guest memory handling
...} + r += s; + } + + return (r == count) ? 1 : 0; +} int xc_hvm_restore(int xc_handle, int io_fd, uint32_t dom, unsigned long nr_pfns, @@ -38,5 +72,289 @@ int xc_hvm_restore(int xc_handle, int io unsigned int console_evtchn, unsigned long *console_mfn, unsigned int pae, unsigned int apic) { - return 0; + DECLARE_DOMCTL; + + /* The new domain''s shared-info frame number. */ + unsigned long shared_info_frame; + + /* A copy of the CPU context of the guest. */ + vcpu_guest_context_t ctxt; + + char...
2006 Jun 21
1
FC5 and Kernel panic - not syncing: Attempted to kill init!
...'crash''], [''cpu_time'', 0.16723993700000001], [''online_vcpus'', 1], [''up_time'', ''15.182721138''], [''start_time'', ''1150906557.57''], [''store_mfn'', 70791], [''console_mfn'', 197903]]) [2006-06-21 12:16:12 xend.XendDomainInfo] DEBUG (XendDomainInfo:285) parseConfig: config is [''domain'', [''domid'', 43], [''uuid'', ''74e7b8cc-e671-1993-1abc-c7f5df28b1b1''], [''ssidref'', 0], [...
2009 Jun 21
1
Xen LVM DRBD live migration
...39;'23.404180781''], [''online_vcpus'', ''1''], [''up_time'', ''131.227479935''], [''start_time'', ''1245598351.71''], [''store_mfn'', ''2206622''], [''console_mfn'', ''2206621'']]) [2009-06-21 11:34:43 xend.XendDomainInfo 4157] DEBUG (XendDomainInfo:312) parseConfig: config is [''domain'', [''domid'', ''3''], [''uuid'', ''364ed881-6e29-43d1-6529-2f702e8daefb'...
2010 Jun 28
8
[PATCH] add xl ocaml bindings
...int; + hpet : int; + vpt_align : int; + max_vcpus : int; + cur_vcpus : int; + max_memkb : int64; + target_memkb : int64; + video_memkb : int64; + shadow_memkb : int64; + kernel : string; + priv: build_spec; +} + +type build_state = +{ + store_port : int; + store_mfn : int64; + console_port : int; + console_mfn : int64; +} + +type domid = int + +type disk_phystype = + | PHYSTYPE_QCOW + | PHYSTYPE_QCOW2 + | PHYSTYPE_VHD + | PHYSTYPE_AIO + | PHYSTYPE_FILE + | PHYSTYPE_PHY + +type disk_info = +{ + backend_domid : domid; + physpath : string; + phystype : disk_phystype; + virtpath : string; + unpluggable : boo...
2013 Feb 01
2
[PATCH v2 02/03] HVM firmware passthrough libxl support
This patch introduces support for two new parameters in libxl: smbios_firmware=<path_to_smbios_structures_file> acpi_firmware=<path_to_acpi_tables_file> The changes are primarily in the domain building code where the firmware files are read and passed to libxc for loading into the new guest. After the domain building call to libxc, the addresses for the loaded blobs are returned and