aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Make PC speaker emulation aware of in-kernel PITJan Kiszka2009-05-313-8/+76
* | Make sure kvm_vpu_init is the last thing called in cpu initializationGlauber Costa2009-05-313-2/+7
* | Move kvm_trim_features where it belongsGlauber Costa2009-05-312-29/+23
* | Only execute lapic load when cpu is already initializedGlauber Costa2009-05-313-10/+20
* | remove duplicated kvm_qemu_init_env() callGlauber Costa2009-05-311-1/+0
* | Fix -mem-path option spellingAvi Kivity2009-05-291-2/+2
* | Fix large page supportAvi Kivity2009-05-273-95/+111
* | Allocate memory below 4GB as one chunkAvi Kivity2009-05-271-9/+2
* | Refactor persistent CPU stateJan Kiszka2009-05-271-7/+44
* | Add qemu_send_raw() to vlanGleb Natapov2009-05-263-4/+70
* | kvmtrace_format: read /usr/share/kvm/formats by defaultEduardo Habkost2009-05-261-4/+9
* | Merge branch 'master' of git://git.sv.gnu.org/qemuAvi Kivity2009-05-25150-553/+2165
|\|
| * Remove unused variablePaul Brook2009-05-241-1/+0
| * ETRAX: Removed unused struct entry and fixed Windows build.Stefan Weil2009-05-231-1/+0
| * Add common BusStatePaul Brook2009-05-2330-135/+229
| * Fix lance segfaultsPaul Brook2009-05-221-3/+6
| * Avoid errors when curl-config does not existPaul Brook2009-05-221-1/+1
| * bios: Use the correct mask to size the PCI option ROM BARAnthony Liguori2009-05-223-0/+34
| * x86: Add support for resume flagJan Kiszka2009-05-224-4/+17
| * net: Fix dump time stampsJan Kiszka2009-05-221-2/+2
| * Add HTTP protocol using curl v6Alexander Graf2009-05-224-1/+555
| * USB serial device supportJason Wessel2009-05-221-2/+1
| * serial: fix lost character after sysrqJason Wessel2009-05-221-0/+2
| * usb-serial: implement break event.Jason Wessel2009-05-221-2/+10
| * slirp: Reassign same address to same DHCP clientJan Kiszka2009-05-221-3/+5
| * kvm: x86: Save/restore KVM-specific CPU statesJan Kiszka2009-05-225-3/+49
| * kvm: Rework VCPU resetJan Kiszka2009-05-222-2/+8
| * Introduce reset notifier orderJan Kiszka2009-05-2274-105/+109
| * kvm: Fix framebuffer dirty log syncJan Kiszka2009-05-221-4/+1
| * kvm: Add missing bits to support live migrationJan Kiszka2009-05-224-1/+21
| * kvm: Rework dirty bitmap synchronizationJan Kiszka2009-05-224-36/+52
| * kvm: Fix dirty log temporary buffer sizeJan Kiszka2009-05-221-1/+1
| * kvm: Introduce kvm_set_migration_logJan Kiszka2009-05-222-7/+40
| * kvm: Conditionally apply workaround for KVM slot handling bugJan Kiszka2009-05-221-1/+11
| * qcow2: Allow different cluster sizesKevin Wolf2009-05-222-5/+49
| * Convert qemu-img convert to new bdrv_createKevin Wolf2009-05-221-32/+65
| * Convert qemu-img create to new bdrv_createKevin Wolf2009-05-221-46/+87
| * Convert all block drivers to new bdrv_createKevin Wolf2009-05-2212-55/+214
| * Create qemu-option.hKevin Wolf2009-05-225-40/+418
| * allow changing the speed of a running migrationGlauber Costa2009-05-221-0/+7
| * introduce set_rate_limit function for QEMUFileGlauber Costa2009-05-223-10/+43
| * augment info migrate with page statusGlauber Costa2009-05-223-1/+27
| * Don't send all gratuitous packets at once.Gleb Natapov2009-05-221-5/+19
| * Minimal ethernet frame length is 64 bytes.Gleb Natapov2009-05-221-1/+2
| * Fix segv when passing an unknown protocolAnthony Liguori2009-05-221-1/+1
| * Partially revert e20a8dff4c0da3827764924139d3bb73962f5d5aAnthony Liguori2009-05-222-8/+5
| * Revert "Fix arm-softmmu breakage"Anthony Liguori2009-05-221-2/+2
| * Introduce is_default field for QEMUMachineAnthony Liguori2009-05-2111-3/+24
| * Refactor how display drivers are selectedAnthony Liguori2009-05-215-49/+58
| * Fix arm-softmmu breakageBlue Swirl2009-05-211-2/+2