aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* migrate: error message for ram_load sizeqemu-kvm-1.2.2-gentoo-r1qemu-kvm-1.2.0-gentooDoug Goldstein2013-01-181-0/+5
* Call MADV_HUGEPAGE for guest RAM allocationsLuiz Capitulino2013-01-182-0/+6
* migration: Fix madvise breakage if host and guest have different page sizesDavid Gibson2013-01-181-1/+2
* target-xtensa: fix ITLB/DTLB page protection flagsMax Filippov2013-01-181-1/+2
* qxl: save qemu_create_displaysurface_from resultGerd Hoffmann2013-01-181-5/+6
* e1000: Discard oversized packets based on SBP|LPEMichael Contreras2013-01-181-2/+5
* buffered_file: do not send more than s->bytes_xfer bytes per tickPaolo Bonzini2013-01-181-0/+1
* target-xtensa: fix search_pc for the last TB opcodeMax Filippov2013-01-181-1/+5
* pci-assign: Enable MSIX on device to match guestAlex Williamson2013-01-181-2/+15
* seccomp: adding new syscalls (bugzilla 855162)Eduardo Otubo2013-01-121-17/+139
* hw/qxl: qxl_send_events: nop if stoppedAlon Levy2013-01-122-1/+8
* dtrace backend: add function to reserved wordsAlon Levy2013-01-121-1/+1
* arm_boot: Change initrd load address to "halfway through RAM"Peter Maydell2013-01-122-14/+25
* mips: Fix link error with 'piix4_pm_init'Cole Robinson2013-01-111-0/+1
* update VERSION for v1.2.2Michael Roth2012-12-131-1/+1
* e1000: Discard packets that are too long if !SBP and !LPEMichael Contreras2012-12-131-0/+10
* stream: fix ratelimit_set_speedDietmar Maurer2012-12-131-1/+1
* usb: fail usbdevice_create() when there is no USB busStefan Hajnoczi2012-12-131-0/+7
* qxl: reload memslots after migration, when qxl is in UNDEFINED modeYonit Halperin2012-12-131-0/+1
* virtio-scsi: Fix subtle (guest) endian bugDavid Gibson2012-12-131-2/+2
* virtio-scsi: Fix some endian bugs with virtio-scsiDavid Gibson2012-12-131-3/+5
* iscsi: do not assume device is zero initializedPeter Lieven2012-12-131-0/+6
* iscsi: fix deadlock during loginPeter Lieven2012-12-131-181/+70
* iscsi: fix segfault in url parsingPeter Lieven2012-12-131-2/+1
* qapi: fix qapi_dealloc_type_size parameter typeBruce Rogers2012-12-131-1/+1
* qapi: handle visitor->type_size() in QapiDeallocVisitorStefan Hajnoczi2012-12-131-0/+6
* qom: fix refcount of non-heap-allocated objectsPaolo Bonzini2012-12-131-1/+1
* PPC: Fix missing TRACE exceptionJulio Guerra2012-12-131-1/+2
* hmp: do not crash on invalid SCSI hotplugPaolo Bonzini2012-12-131-1/+7
* qom: dynamic_cast of NULL is always NULLPaolo Bonzini2012-12-131-2/+2
* block: Fix regression for MinGW (assertion caused by short string)Stefan Weil2012-12-131-1/+2
* tci: Fix type of tci_read_labelRichard Henderson2012-12-131-2/+2
* qcow2: Fix refcount table size calculationKevin Wolf2012-12-131-1/+2
* configure: avoid compiler warning in pipe2 detectionBruce Rogers2012-12-131-2/+1
* target-openrisc: remove conflicting definitions from cpu.hAurelien Jarno2012-12-131-18/+0
* tcg/arm: fix cross-endian qemu_st16Aurelien Jarno2012-12-131-2/+18
* tcg/arm: fix TLB access in qemu-ld/st opsAurelien Jarno2012-12-131-36/+42
* target-mips: fix wrong microMIPS opcode encoding陳韋任 (Wei-Ren Chen)2012-12-131-1/+1
* mips/malta: fix CBUS UART interrupt pinAurelien Jarno2012-12-131-1/+2
* nbd: fixes to read-only handlingPaolo Bonzini2012-12-131-13/+12
* m68k: Return semihosting errno values correctlyMeador Inge2012-12-131-1/+1
* tools: initialize main loop before block layerPaolo Bonzini2012-12-132-4/+2
* xhci: fix usb name in capsGerd Hoffmann2012-12-131-2/+2
* target-sparc64: disable VGA cirrusAurelien Jarno2012-12-131-1/+0
* PPC: Bamboo: Fix memory size DT propertyAlexander Graf2012-12-131-1/+1
* s390x: fix -initrd in virtio machineAlexander Graf2012-12-131-2/+2
* memory: fix rendering of a region obscured by anotherAvi Kivity2012-12-131-6/+6
* e1000: drop check_rxov, always treat RX ring with RDH == RDT as emptyDmitry Fleytman2012-12-131-5/+2
* target-i386: Allow tsc-frequency to be larger then 2.147GDon Slutz2012-12-131-1/+1
* hw: Fix return value check for bdrv_read, bdrv_writeStefan Weil2012-12-133-20/+32