search for: aabf

Displaying 3 results from an estimated 3 matches for "aabf".

Did you mean: aab
2008 Jul 21
0
Boot from iso file (xen)
Hi, I don't remember how to boot from iso file. My current config file is: name = "devel" uuid = "4223e2e8-a3a7-91a7-aabf-e7b9f6f8a4a8" maxmem = 256 memory = 256 vcpus = 1 boot= "d" on_poweroff = "destroy" on_reboot = "restart" on_crash = "restart" vfb = [ "type=vnc,vncunused=1,keymap=en-us" ] disk = [ "phy:/dev/xen/devel,xvda,w", 'file:/tmp/mindi.is...
2015 Jul 20
1
rsync Digest, Vol 151, Issue 15
...--------------------------- > > Message: 1 > Date: Sun, 19 Jul 2015 10:28:11 +0100 > From: Simon Hobson <linux at thehobsons.co.uk> > To: "rsync at lists.samba.org" <rsync at lists.samba.org> > Subject: Re: clone a disk > Message-ID: <8FEEBF1C-31D8-41D2-AABF-FD71170B3ECF at thehobsons.co.uk> > Content-Type: text/plain; charset=us-ascii > > Thierry Granier <th.granier at free.fr> wrote: > >> the "backup" is created on the source machine >> i don't see how to get this backup on the destination machine and ho...
2009 Jan 29
0
[PATCH v2] txt: 2/5 - ACPI Generic Address Structure for tboot shutdown
...p_vector; + uint32_t vector_width; + uint64_t kernel_s3_resume_vector; +} tboot_acpi_sleep_info_t; -typedef struct __attribute__ ((__packed__)) { - /* version 0x01+ fields: */ +typedef struct __packed { + /* version 3+ fields: */ uuid_t uuid; /* {663C8DFF-E8B3-4b82-AABF-19EA4D057A08} */ - uint32_t version; /* Version number: 0x01, 0x02, ... */ + uint32_t version; /* Version number; currently supports 0.3 */ uint32_t log_addr; /* physical addr of tb_log_t log */ uint32_t shutdown_entry; /* entry point for tboot sh...