search for: vpt_align

Displaying 20 results from an estimated 33 matches for "vpt_align".

2013 Jan 18
6
[PATCH v1 01/02] 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
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
2011 Aug 28
1
Hanging boot of solaris 11 install image as HVM
...], [''stdvga'', 0], [''timer_mode'', 1], [''usb'', 1], [''usbdevice'', ''tablet''], [''vcpus'', ''4''], [''vncunused'', 1], [''viridian'', 0], [''vpt_align'', 1], [''xauthority'', ''/root/.Xauthority''], [''xen_platform_pci'', 1], [''memory_sharing'', 0], [''device_model'', ''/usr/lib64/xen-4.1/bin/qemu-dm''], [''tsc_mode'', 0], [&...
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
2010 Jun 06
3
Error: Device 768 (vbd) could not be connected. Path closed or removed during hotplug add: backend/vbd/9/768 state: 1
...1], [''usb'', 0], [''usbdevice'', ''''], [''vcpus'', 1], [''vnc'', 1], [''vnclisten'', ''192.168.1.2''], [''vncunused'', 1], [''viridian'', 0], [''vpt_align'', 1], [''xauthority'', ''/home/god/.Xauthority''], [''xen_platform_pci'', 1], [''memory_sharing'', 0], [''vncpasswd'', ''XXXXXXXX''], [''tsc_mode'', 0], [''nomigrate'...
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.
2009 Nov 19
3
xm create: Error: Device 0 (vif) could not be connected. Hotplug scripts not working.
Hi All, I am new to xen community. I am trying to setup Xen3.4.2 +FC11 Dom0 environs for lennovo T400. I have installed all prerequisite component for running xen and booted it. while I am trying to create DomU I am getting following error. I tried doing googling but none of suggested solution is working for me. Please guide me through my first experience with xen.for more details please see
2010 Jun 24
1
VGA passthrough - guest shows blank screen on startup
...start) (uuid a6731e6f-477e-c9a8-ddf1-24d2559f3f38) (PV_ramdisk ) (other_config ()) (name_label Win7) (PV_kernel ) (actions_after_reboot restart) (VCPUs_at_startup 1) (HVM_boot_params ((order c))) (platform ((timer_mode 1) (hpet 0) (vpt_align 1) (apic 1) (loader /usr/lib/xen/boot/hvmloader) (rtc_timeoffset 0) (serial pty) (nomigrate 0) (usbdevice tablet) (tsc_mode 0) (usb 1) (device_model /usr/lib64/xen/bin/qemu-dm) (b...
2011 Jan 11
0
[PATCH, v2]: xl: move domain struct init functions to libxl
...dup("hvmloader"); + b_info->hvm = 1; + b_info->u.hvm.pae = 1; + b_info->u.hvm.apic = 1; + b_info->u.hvm.acpi = 1; + b_info->u.hvm.nx = 1; + b_info->u.hvm.viridian = 0; + b_info->u.hvm.hpet = 1; + b_info->u.hvm.vpt_align = 1; + b_info->u.hvm.timer_mode = 1; + } else { + b_info->u.pv.slack_memkb = 8 * 1024; + } +} + +void libxl_init_dm_info(libxl_device_model_info *dm_info, + libxl_domain_create_info *c_info, libxl_domain_build_info *b_info) +{ + memset(dm_info, ''\0'&...
2009 Nov 20
3
Re: xm create: Error: Device 0 (vif) could not be connected. Hotplug scripts not working. One more question.
...', []], [''hpet'', 0], [''guest_os_type'', ''default''], [''hap'', 1], [''cpuid'', []], [''cpuid_check'', []], [''viridian'', 0], [''pci_msitranslate'', 1], [''vpt_align'', 1], [''pci_power_mgmt'', 0], [''xen_platform_pci'', 1]]], [''s3_integrity'', 1], [''device'', [''vbd'', [''uname'', ''file:/root/xen.img''], [''dev'', '...
2013 Mar 13
0
[PATCH 3 of 4] PoC: libxc+ocaml: add interfaces to send triggers to HVM guests
...ERROR("sleep button failed"); + return ret; +} + /* * Local variables: * mode: C diff -r b279ec057736 -r 03997417771b tools/libxc/xenctrl.h --- a/tools/libxc/xenctrl.h +++ b/tools/libxc/xenctrl.h @@ -638,6 +638,9 @@ int xc_domain_set_hpet(xc_interface *xch int xc_domain_set_vpt_align(xc_interface *xch, unsigned int domid, int vpt_align); int xc_domain_get_acpi_s_state(xc_interface *xch, unsigned int domid); +int xc_domain_trigger_power(xc_interface *xch, unsigned int domid); +int xc_domain_trigger_sleep(xc_interface *xch, unsigned int domid); + /** * This function returns...
2011 Oct 28
0
"reset requested in cpu_handle_ioreq" causes the wirtual machine crashed when using "xm create xp.hvm"
...['usbdevice', 'tablet'], ['keymap', ''], ['pci', []], ['hpet', 0], ['guest_os_type', 'default'], ['hap', 1], ['cpuid', []], ['cpuid_check', []], ['viridian', 0], [\ 'pci_msitranslate', 1], ['vpt_align', 1], ['pci_power_mgmt', 0], ['xen_platform_pci', 1], ['vncpasswd', 'XXXXXXXX']]], ['s3_integrity', 1], ['device', ['tap', ['uname', 'tap:q\ cow2:/home/malei/vm-check.img'], ['dev', 'hda'], ['mode',...
2010 Jul 02
10
Do systems have to be IDENTICAL for live migration?
...1''], [''pci_msitranslate'', ''1''], [''oos'', ''1''], [''apic'', ''0''], [''sdl'', ''0''], [''usbdevice'', ''tablet''], [''vpt_align'', ''1''], [''extid'', ''0''], [''vncunused'', ''1''], [''boot'', ''c''], [''pae'', ''1''], [''viridian'', ''0''],...
2012 Oct 17
0
vhd format support failed on suse11 x86_64 sp2
...''stdvga'', 0], [''timer_mode'', 1], [''usb'', 0], [''usbdevice'', ''''], [''vcpus '', 1], [''vnc'', 1], [''vncunused'', 1], [''viridian'', 0], [''vpt_align'', 1], [''xauthority'', ''/var/run/gdm/auth-for-root-aeJHqG/database''], [''xen_platform_pci'', 1], [''memory_sharing'', 0], [''vncpasswd'', ''XXXXXXXX''], [''tsc_mode'', 0], [...
2011 Jul 28
2
problems with xen and hvm
...[''stdvga'', 0], [''timer_mode'', 1], [''usb'', 0], [''usbdevice'', ''''], [''vcpus'', 1], [''vnc'', 1], [''vncunused'', 1], [''viridian'', 0], [''vpt_align'', 1], [''xauthority'', ''/root/.Xauthority''], [''xen_platform_pci'', 1], [''memory_sharing'', 0], [''device_model'', ''/usr/lib/xen-default/bin/qemu-dm''], [''tsc_mode'', 0], [&...
2009 Nov 20
5
XM create issue: Error: Device 0 (vif) could not be connected. Hotplug scripts not working.
...', []], [''hpet'', 0], [''guest_os_type'', ''default''], [''hap'', 1], [''cpuid'', []], [''cpuid_check'', []], [''viridian'', 0], [''pci_msitranslate'', 1], [''vpt_align'', 1], [''pci_power_mgmt'', 0], [''xen_platform_pci'', 1]]], [''s3_integrity'', 1], [''device'', [''vbd'', [''uname'', ''file:/root/xen.img''], [''dev'', ''...
2009 Nov 20
5
XM create issue: Error: Device 0 (vif) could not be connected. Hotplug scripts not working.
...', []], [''hpet'', 0], [''guest_os_type'', ''default''], [''hap'', 1], [''cpuid'', []], [''cpuid_check'', []], [''viridian'', 0], [''pci_msitranslate'', 1], [''vpt_align'', 1], [''pci_power_mgmt'', 0], [''xen_platform_pci'', 1]]], [''s3_integrity'', 1], [''device'', [''vbd'', [''uname'', ''file:/root/xen.img''], [''dev'', ''...
2010 Jun 28
8
[PATCH] add xl ocaml bindings
...: string; + features : string; +} + +type build_hvm_info = +{ + pae : bool; + apic : bool; + acpi : bool; + nx : bool; + viridian : bool; + timeoffset : string; +} + +type build_spec = BuildHVM of build_hvm_info | BuildPV of build_pv_info + +type build_info = +{ + timer_mode : 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; +} + +typ...
2011 Jan 17
0
Xen 4.0.1 + 2.6.18-194.32.1.el5xen CentOS Dom0
...''stdvga'', 0], [''timer_mode'', 1], [''usb'', 0], [''usbdevice'', ''''], [''vcpus'', 1], [''vnc'', 1], [''vncu nused'', 1], [''viridian'', 0], [''vpt_align'', 1], [''xauthority'', ''/root/.Xauthority''], [''xen_platform_pci'', 1], [''memory_sharing'', 0], [''tsc_mode'', 0], [''nomigrate'', 0]]], [''s3_integrity'', 1], [''devi...
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