aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* [XEND] Check for and fail on non-existent floppy-drive file when starting HVM...kfraser@localhost.localdomain2006-10-151-0/+5
* [IOEMU] Fix argument to parse_host().kaf24@localhost.localdomain2006-10-131-1/+1
* Include resources for PV xen-platform device in ACPI DSDT.kfraser@localhost.localdomain2006-10-122-266/+270
* [HVMLOADER] Remove an unused variable from an SMBIOS function.kfraser@localhost.localdomain2006-10-121-1/+0
* [xenstore] Don't create a transaction for singleton read/write operations.Christian Limpach2006-10-121-5/+16
* [xenstore] Don't limit the number of concurrent transactions for domain0 conn...Christian Limpach2006-10-121-1/+1
* Revert 11728:30f13007be. Breaks Solaris guests.kaf24@localhost.localdomain2006-10-101-8/+12
* [XEND] Add missing line from changeset 11653:3b7e11cbeb940kfraser@localhost.localdomain2006-10-101-1/+1
* [xend/hotplug] Remove happy gun logging.Christian Limpach2006-10-101-1/+0
* Correct check for extended-cr3 support in __xen_guest fallback code.Ian Campbell2006-10-101-1/+1
* [TOOLS] Fixes to miniterm serial terminal utility.kaf24@localhost.localdomain2006-10-091-6/+19
* [XEND] No need to decompress the initrd when building a domain.kfraser@localhost.localdomain2006-10-091-12/+8
* [BLKTAP] Remove bogus extra public definition of sig_handler().kaf24@firebug.cl.cam.ac.uk2006-10-082-8/+0
* [BLKTAP] Fix trivial indentation snafu in previous changeset.kfraser@localhost.localdomain2006-10-061-1/+1
* [BLKTAP] Fix crash at start-of-day in blktapctrldkfraser@localhost.localdomain2006-10-061-0/+2
* [BLKTAP] Formatting and style cleanups to blktapctrl.kfraser@localhost.localdomain2006-10-063-142/+118
* [XM] Fix 'xm help' when called on a command-name prefix.kfraser@localhost.localdomain2006-10-051-0/+5
* [XEND] Fix pygrub when run server-side on a domain with blktap disks.kfraser@localhost.localdomain2006-10-051-1/+1
* [HVM/vncserver] Implement a 'vnclisten' option to limit the interfaceChristian Limpach2006-10-058-19/+60
* [MBOOTPACK] Fix building mbootpack on x86/64.kaf24@firebug.cl.cam.ac.uk2006-10-053-32/+24
* [BLKTAP] Blktapctrl: Add asynchronous watch on dom0 name entry for blktapctrl...jchesterfield@dhcp92.uk.xensource.com2006-10-055-20/+81
* [LIBXC] Fix ptrace memory-mapping code to map pagetables read-only.kaf24@firebug.cl.cam.ac.uk2006-10-051-6/+3
* [IOEMU] When vncunused is specified, allocate a port from 5900kaf24@firebug.cl.cam.ac.uk2006-10-041-1/+1
* [XEND] If 'vncused' is set, it won't specify an explicit display num to QEMU.kaf24@firebug.cl.cam.ac.uk2006-10-041-1/+3
* [HVMLOADER] Fix SMBIOS table code. One of the string lengths is incorrectly c...kaf24@firebug.cl.cam.ac.uk2006-10-041-1/+1
* [XM] Fix rmlabel filename assignmentAlastair Tse2006-10-031-1/+2
* [XM] Fix missing security check in block-attachAlastair Tse2006-10-031-1/+1
* [HVMLOADER] Clean up SMBIOS table-length computations.kfraser@localhost.localdomain2006-10-022-97/+55
* [HVM][TOOLS] Improve warnign message when trying to createkaf24@firebug.cl.cam.ac.uk2006-09-301-1/+2
* [HVM] Add RDMSR/WRMSR instruction emulation to VMXAssist decoderkaf24@firebug.cl.cam.ac.uk2006-09-301-0/+18
* [BLKTAP] Find major number by searching sysfskfraser@localhost.localdomain2006-09-292-28/+4
* [LINUX] Make evtchn device use a dynamic minor number.kfraser@localhost.localdomain2006-09-292-7/+85
* [TOOLS] Fix xendomains init.d script DOG PIG confusion.Alastair Tse2006-09-291-3/+3
* [PYGRUB] Enable showing the cursor in pygrub when it's relevant to do so.kfraser@localhost.localdomain2006-09-291-5/+15
* [BLKTAP] Remove unnecessary timeout from tapdisk select() call.kfraser@localhost.localdomain2006-09-291-7/+2
* Remove dead pdb code from tools directory.kfraser@localhost.localdomain2006-09-2936-6315/+0
* [VMXASSIST] Fix data32/addr32 instruction decode issue.kfraser@localhost.localdomain2006-09-291-2/+4
* [BLKTAP] have udev create the device for blktapAndrew Warfield2006-09-281-0/+1
* [BLKTAP] have blktap use a dynamic majorAndrew Warfield2006-09-282-3/+44
* [BLKTAP][XEND] Fix blktap to work with a bootloaderAndrew Warfield2006-09-281-0/+2
* [XM] Report proper ACMError(s) instead of silently exiting.atse@norwich.uk.xensource.com2006-09-284-79/+81
* [XM] Remove traceback printing from load/makepolicy.py.atse@norwich.uk.xensource.com2006-09-282-19/+13
* [XM] Fix stray quotes in usage message in getlabel.pyatse@norwich.uk.xensource.com2006-09-281-12/+17
* [XM] Fix error reporting for resources.py, remove duplicate try block.atse@norwich.uk.xensource.com2006-09-281-13/+8
* [XM] Removed traceback printing for non ACMError exceptionsatse@norwich.uk.xensource.com2006-09-281-38/+35
* [XM] Set proper return code for exceptions in xm, catch ACMError.atse@norwich.uk.xensource.com2006-09-281-0/+5
* There's a typo in create.py, which affects PV bootloaders (such asatse@norwich.uk.xensource.com2006-09-281-1/+1
* [VMXASSIST] Cast to pointer type via long to avoid compilekfraser@localhost.localdomain2006-09-271-5/+5
* [HVM] qemu should wait 10ms, rather than 100ms, between running its timers.Steven Smith2006-09-271-2/+2
* [XM-TEST] Remove the test for /dev/tpm0, which may be a prerequisite to startkfraser@localhost.localdomain2006-09-271-4/+2