summaryrefslogtreecommitdiff
path: root/kvm_x86.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-20HVM-104 Implement apic_get_tmcctRobert Mustacchi1-13/+12
2011-04-20HVM-103 Guest panic in microfind: cpu too fastRobert Mustacchi1-0/+2
2011-04-20HVM-98 Need to support one shot timersRobert Mustacchi1-1/+1
2011-04-20HVM-99 Need to clear the timer bitsRobert Mustacchi1-18/+6
2011-04-20HVM-97 kvm_x86.c should be cstyle-clean (phase 1)Bryan Cantrill1-508/+609
2011-04-19HVM-95 not saving cyclic id in create_pit_timerRobert Mustacchi1-2/+7
2011-04-19HVM-93 Change cyclics to fire at CY_LOW_LEVEL for nowRobert Mustacchi1-1/+1
2011-04-19HVM-90 removing cyclic before use in create_pit_timerRobert Mustacchi1-0/+3
2011-04-19HVM-88 Removing a cyclic before adding itRobert Mustacchi1-0/+1
2011-04-19HVM-86 Remove gcc arguments that ignore warningsRobert Mustacchi1-5/+16
2011-04-19Initial support for HVM-85Max Bruning1-8/+102
2011-04-18HVM-81 emulate.c should be cstyle-cleanBryan Cantrill1-6/+0
2011-04-16Fix for HVM-74. Plus a little cleanupMax Bruning1-0/+2
2011-04-15HVM-72 want second xxx probe for synchronization issuesRobert Mustacchi1-6/+6
2011-04-14HVM-64 Bad assertion in kvm_apic_match_destRobert Mustacchi1-1/+1
2011-04-14Fix for HVM-60, plus a little moreMax Bruning1-1/+1
2011-04-13HVM-52 can't use /dev/mem for mmapRobert Mustacchi1-58/+23
2011-04-11HVM-45 native KVM spinning in real-mode due to failing programmed I/OBryan Cantrill1-1/+10
2011-04-11Merge branch 'master' of git.joyent.com:kvmMax Bruning1-2/+4
2011-04-11fun with git...Max Bruning1-10/+14
2011-04-10correctly offset from kvm_run to get pio_data, mmio ringMax Bruning1-2/+16
2011-04-07HVM-34 Missing cast in kvm_arch_vcpu_initRobert Mustacchi1-12/+18
2011-04-06changes to pio buffer allocation. function to dump vmcsMax Bruning1-4/+6
2011-04-05ioctl and inline changesMax Bruning1-30/+32
2011-04-05removed inlinemax1-30/+30
2011-04-03#else clauses of XXX's should have DTrace SDT probesBryan Cantrill1-12/+111
2011-03-31backup. most debug prints are ifdef'd outmax1-0/+44
2011-03-24saving current versionmax1-1/+0
2011-03-18fix interrupt hang. vm is executing. gets an ept misconfiguration.max1-0/+1
2011-03-16More fixes. vm launches, but whole machine hangs...max1-2/+2
2011-03-12Various minor changes. Backing up...max1-159/+274
2011-02-14Minor fixes, but not working yet...max1-55/+105
2011-02-10lots of fixes to match user qemu 0.13max1-127/+238
2011-01-19We have lift-off. Past vmlaunch and guest has problem. Here, enable_ept is 0.max1-25/+3
2011-01-16ioctl fixes. this version has correct host state and control state,max1-27/+12
2011-01-10Bug fixes.max1-3/+2
2011-01-09More ioctl handling and bug fixesmax1-6/+5
2010-12-29Add -mno-red-zone to gcc flags. Minor changes. no panics/segv. doesn't wor...max1-4/+3
2010-12-27Added a little more code. bug fixes. panics.max1-5/+33
2010-12-26More code added, qemu userland gets segvmax1-19/+6
2010-12-22Now compiles clean with kernel gcc flagsmax1-51/+62
2010-12-21bug fixes. fixup_rmode_irq unresolved.max1-5/+32
2010-12-20Added most of the interrupt handling. panic.max1-23/+50
2010-12-18Modified to use solaris gdt/tss. double panicmax1-73/+193
2010-12-16panics after kvm_load_gsmax1-8/+8
2010-12-14first of a daily push. compiles, links, panicsmax1-5/+41
2010-12-10compiles and loads, user level gets segvmax1-43/+1817
2010-12-03Lots of new code, and lots of code turned on. Doesn't compile...max1-225/+919
2010-11-05Creates and initializes VM and vcpumax1-12/+1213
2010-10-12Pre-alpha version. Driver loads and attaches.max1-0/+228