summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-19ioapic: convert to qdevBlue Swirl4-19/+51
2010-06-17ioapic: unexport ioapic_set_irqBlue Swirl2-2/+1
2010-06-16Usermode exec-stack fixPaul Brook4-0/+14
2010-06-16Strace mprotect flags.Paul Brook2-0/+9
2010-06-16GDB exit status for semihostingPaul Brook4-15/+23
2010-06-16cris: Move sign extension.Edgar E. Iglesias1-13/+13
2010-06-16cris: Centralize fetchingEdgar E. Iglesias1-22/+44
2010-06-16cris: Make the CRISv32 insn decoders return signed int.Edgar E. Iglesias1-86/+86
2010-06-16tcg: Optionally sign-extend 32-bit arguments for 64-bit hosts.Richard Henderson8-36/+193
2010-06-16Fix comparison which always returned falseStefan Weil1-2/+4
2010-06-15xen: Fix build error due to missing includeJan Kiszka1-0/+1
2010-06-15block: fix a warning and possible truncationBlue Swirl1-1/+2
2010-06-15Correct definitions for FD_CMD_SAVE and FD_CMD_RESTOREJes Sorensen1-2/+2
2010-06-15blockdev: Give drives internal linkageMarkus Armbruster2-3/+1
2010-06-15block: Decouple savevm from DriveInfoMarkus Armbruster1-22/+18
2010-06-15block: New bdrv_next()Markus Armbruster2-0/+9
2010-06-15monitor: Make "commit FOO" complain when FOO doesn't existMarkus Armbruster1-2/+4
2010-06-15block: Decouple block device "commit all" from DriveInfoMarkus Armbruster4-14/+19
2010-06-15block: Move error actions from DriveInfo to BlockDriverStateMarkus Armbruster8-29/+26
2010-06-15cow: use qemu block APIChristoph Hellwig1-26/+13
2010-06-15cow: stop using mmapChristoph Hellwig3-45/+61
2010-06-15cow: use pread/pwriteChristoph Hellwig1-5/+5
2010-06-15qcow2: Restore L1 entry on l2_allocate failureKevin Wolf1-0/+1
2010-06-15Fix regression for "-drive file="Markus Armbruster1-1/+1
2010-06-15savevm: Really verify if a drive supports snapshotsMiguel Di Ciurcio Filho3-22/+54
2010-06-15qcow2: Return real error code in load_refcount_blockKevin Wolf1-3/+8
2010-06-15qcow2: Allow alloc_clusters_noref to return errorsKevin Wolf1-3/+15
2010-06-15qcow2: Allow get_refcount to return errorsKevin Wolf1-4/+37
2010-06-15vpc: Read/write multiple sectors at onceKevin Wolf1-11/+30
2010-06-14Add exit notifiers.Gerd Hoffmann2-0/+23
2010-06-14acpi_piix4: save gpe and pci hotplug slot statusAlex Williamson1-1/+28
2010-06-14qemu-option: Reject anti-social IDsMarkus Armbruster1-0/+20
2010-06-14qdev: Revert the hack to let -net nic and pci_add set qdev IDMarkus Armbruster1-2/+0
2010-06-14Clarify error message when a PCI slot is already in use (v2)Daniel P. Berrange1-3/+3
2010-06-14virtio-blk: simplify multiwrite calling conventionsChristoph Hellwig1-37/+35
2010-06-14virtio-blk: stop tracking old_bsChristoph Hellwig1-19/+10
2010-06-14un-register kbd driver in case of USB kbd unplug.Jes Sorensen3-2/+13
2010-06-14make qemu_thread_create block all signalsPaolo Bonzini2-27/+18
2010-06-14migration-tcp: call migrate_fd_error() instead of close() and free().Yoshiaki Tamura1-3/+1
2010-06-14migration: use qemu_free() instead of free().Yoshiaki Tamura1-1/+1
2010-06-14etrax-ser: Support the uart rx fifo.Edgar E. Iglesias1-22/+51
2010-06-14ram_blocks: Convert to a QLISTAlex Williamson3-66/+54
2010-06-14Make netdev_del delete the netdev even when it's in useMarkus Armbruster1-4/+0
2010-06-14pass info about hpets to seabios.]Gleb Natapov3-0/+34
2010-06-14hpet: Init capability register only onceJan Kiszka1-4/+5
2010-06-14qemu-option: Fix uninitialized value in append_option_parameterKevin Wolf1-0/+1
2010-06-14Change #define DEBUG to #define E1000_DEBUG in hw/e1000.cJes Sorensen1-2/+2
2010-06-14Remove unused DEBUG defines from hw/msix.cJes Sorensen1-9/+0
2010-06-14Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori48-785/+916
2010-06-14Merge remote branch 'qmp/for-anthony' into stagingAnthony Liguori6-66/+177