summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-09-09HVM-782 want walkers for various bits of nic stateHEAD20130919masterRobert Mustacchi1-1/+188
2013-06-26HVM-778 ship qemu mdb module2013090520130822201307252013071120130627Robert Mustacchi2-0/+3
2013-04-27HVM-774 qemu uses dtrace -G with no probe sites20130515Robert Mustacchi4-3/+6
2013-01-10HVM-763 uhci timer does not properly set expire time201304182013040420130321201302072013012420130110Robert Mustacchi3-5/+7
HVM-765 qemu needs -msave-args HVM-767 qemu e1000g shouldn't botch popts
2013-01-10HVM-768 qemu dcmds for ram and biosRobert Mustacchi1-43/+132
2012-11-19HVM-758 Add a qmp entry for hw setup complete201212272012121320121129Robert Mustacchi3-2/+5
2012-10-23OS-1658 kvm-cmd should build with -zassert-deflib2012111520121101Robert Mustacchi2-1/+2
2012-09-24HVM-750 guest virtio drivers are racy with respect to interrupts20121004Robert Mustacchi6-20/+427
HVM-751 CONFIGURE_ONLY check in build.sh is wrong HVM-752 Import qemu-kvm.git barrier changes
2012-08-28HVM-747 add dmods to get event indexes2012092020120906Robert Mustacchi1-7/+128
2012-08-07HVM-741 add SmartOS gPXE patch that was applied for OS-11532012082320120809Josh Wilsdon1-0/+112
2012-08-06HVM-740 want a basic dmod for qemuRobert Mustacchi2-8/+617
2012-07-30HVM-737 Add kvm-cmd xref targetRobert Mustacchi1-1/+5
2012-07-30HVM-721 kvm-cmd builds too many timesRobert Mustacchi4-5/+16
HVM-735 qemu should build with V=1 HVM-736 Qemu is missing a call to ctfmerge
2012-06-22OS-1335 kvm-cmd libpng build needs to learn to be 64-bit20120726201207122012062620120528Keith M Wesolowski1-1/+2
2012-06-19OS-1300 kvm-cmd build system relies on build system headers and librariesKeith M Wesolowski1-5/+11
2012-05-04OS-1153 Update to a gpxe rom for e1000 built from the stable-1.0.1 branch of ↵20120517Josh Wilsdon1-0/+0
gPXE with a patch that allows booting SmartOS.
2012-04-12HVM-728 Multicast isn't available to VMsRobert Mustacchi1-0/+12
2012-03-06HVM-720 kvm-cmd should build with gcc 4.4.4Robert Mustacchi1-4/+4
2012-03-06HVM-724 Allow more configuration of build.sh via env varsRobert Mustacchi1-5/+7
This is an extension of work that was initially done by Jason King <jason.brian.king@gmail.com>.
2012-03-06HVM-722 rtls emulation doesn't clear phy reset bit causing warnings in IllumosJason King2-5/+5
HVM-723 Would be better to explicitly invoke bash for bash specific scripts
2012-02-28HVM-717 multiticks error message mistakenly implies spasmodic contractionsBryan Cantrill1-1/+1
2012-01-03HVM-711 need an interval timer-based alarm timer backendBryan Cantrill4-7/+389
2011-11-28HVM-686 don't break things for Linux, use CLOCK_HIGHRES on SmartOS and ↵Josh Wilsdon1-0/+4
CLOCK_REALTIME on Linux.
2011-11-24HVM-686 switch to CLOCK_HIGHRES to allow us to have accurate timers in guests.Josh Wilsdon1-1/+1
2011-11-22HVM-690 ctfmerge isn't in the default pathJohn Sonnenschein2-3/+6
2011-11-19HVM-690 ctfmerge isn't in the default pathRobert Mustacchi2-1/+10
2011-11-19HVM-23 Compile qemu userland tools with CTF dataRobert Mustacchi2-0/+36
2011-10-07HVM-671 qemu cannot start due to a failing mlock()Bryan Cantrill1-1/+67
2011-09-26HVM-664 kvm-cmd repo should supply its own manifestRobert Mustacchi2-0/+74
2011-09-22HVM-665 ftp download for libpng needs to be hosted locallyRobert Mustacchi1-1/+1
2011-09-20HVM-659 kvm-cmd Makefile should match illumos-live local specRobert Mustacchi1-0/+33
2011-09-15HVM-653 kvm-cmd build.sh should specify cc=/usr/sfw/bin/gccRobert Mustacchi1-0/+1
2011-09-12[PROV-1192] Windows VMs not bringing up second nic properlyRob Gulewich1-5/+7
2011-09-12[PROV-1188] VMs boot with multiple default routesRob Gulewich1-16/+15
2011-09-08HVM-641 fix regression introduced between qemu 0.12.5 and 0.13.0 which broke ↵Josh Wilsdon1-0/+10
qemu-img for vmdk4 images. In versions previous to 0.13.0 this code used lseek to seek to offset and read instead of pread. The lseek only happened when offset was >=0 with the change to pread the logic for checking whether offset was negative was lost which broke vmdk4 support. This offset check here will have the same result as the old (working) code. The upstream qemu commit that broke this functionality was: commit 4899d10d142e97eea8f64141a3507b2ee1a64f52 Author: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> Date: Mon Apr 19 13:34:11 2010 +0100 and the code has been confirmed to still be broken in qemu 0.15.0rc0
2011-09-01[HVM-637] vnic dhcp should support hostnames longer than 32 charactersRob Gulewich1-1/+2
2011-08-31[HVM-636] Add support for more than one DHCP serverRob Gulewich4-24/+70
2011-08-13HVM-601 Swap around kvm-cmd-14 READMEsRobert Mustacchi2-0/+0
2011-08-12Revise docs and convert to markdown format.Rob Gulewich1-20/+56
2011-08-11[HVM-484] Add support for DHCP responses from Qemu in SmartOS version of ↵Rob Gulewich2-2/+3
Qemu (logging fix and disable debug)
2011-08-11Merge branch 'master' of git.joyent.com:kvm-cmd-14Rob Gulewich17-1/+30
2011-08-11[HVM-484] Add support for DHCP responses from Qemu in SmartOS version of QemuRob Gulewich5-2/+821
2011-08-09HVM-588 Make sure copyright is updated in kvm-cmdRobert Mustacchi17-0/+27
2011-08-05HVM-558 qemu crashes when query-cpu is run and running on hardwareBryan Cantrill1-1/+3
2011-08-02[HVM-489] build kvm-cmd with png support for VNC (fix so tar is gtar).Josh Wilsdon1-1/+1
2011-08-02[HVM-489] build kvm-cmd with png support for VNC.Josh Wilsdon2-1/+26
2011-07-26HVM-529 KVM_SET_SIGNAL_MASK fails, causing hang on signalBryan Cantrill1-1/+1
2011-07-25HVM-514 get kvm-cmd tracetool workingRobert Mustacchi5-2/+34
2011-07-21[HVM-504] remove config.mak files that are generated by configure from ↵Josh Wilsdon2-16/+0
version control.
2011-07-19HVM-496 If -net vnic is not passed a mac address, it should be able to use ↵Robert Mustacchi2-16/+20
the existing MAC address on the vnic