summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-19coroutine: add qemu_coroutine_yield benchmarkGabriel Kerneis1-0/+33
2013-09-19usb: Fix iovec memleak on combined-packet freeHans de Goede1-0/+1
2013-09-19usb: Also reset max_packet_size on ep_resetHans de Goede1-0/+3
2013-09-19xhci: Fix memory leak on xhci_disable_epHans de Goede1-0/+5
2013-09-19xhci: Add xhci_epid_to_usbep helper functionHans de Goede1-10/+22
2013-09-19xhci: Init a transfers xhci, slotid and epid member on epctx allocHans de Goede1-3/+3
2013-09-19xhci: Fix number of streams allocated when using streamsHans de Goede1-1/+1
2013-09-19usb: remove old usb-host codeGerd Hoffmann3-2572/+4
2013-09-18qemu-timer: do not take the lock in timer_pendingPaolo Bonzini1-14/+5
2013-09-18qemu-timer: make qemu_timer_mod_ns() and qemu_timer_del() thread-safeStefan Hajnoczi2-19/+85
2013-09-18qemu-timer: drop outdated signal safety commentsStefan Hajnoczi1-4/+0
2013-09-18osdep: warn if open(O_DIRECT) on fails with EINVALStefan Hajnoczi1-0/+7
2013-09-18libcacard: link against qemu-error.o for error_report()Stefan Hajnoczi1-1/+2
2013-09-18QMP: qmp-events.txt: alphabetical order fix and other minor changesLuiz Capitulino1-17/+17
2013-09-18QMP: Update qmp-spec.txtLuiz Capitulino1-37/+28
2013-09-18QMP: Update README fileLuiz Capitulino1-50/+49
2013-09-18QMP: QMP/ -> docs/qmp/Luiz Capitulino3-0/+0
2013-09-18QMP: fix qmp-commands.txt generation pathLuiz Capitulino1-3/+3
2013-09-18QMP: add scripts/qmpLuiz Capitulino8-2/+2
2013-09-18qxl: compile only onceGerd Hoffmann1-2/+1
2013-09-18qxl: simplify page dirtyingGerd Hoffmann1-2/+1
2013-09-18qxl: simplify qxl_rom_sizeGerd Hoffmann1-3/+1
2013-09-18qxl: define qxl operating on 4k pagesGerd Hoffmann2-2/+6
2013-09-18block/iscsi: Drop iscsi_co_get_block_status for older versions of libiscsiStefan Weil1-0/+6
2013-09-17MAINTAINERS: Add myself to MAINTAINERS fileEduardo Otubo1-0/+6
2013-09-17hmp: block-stream: fix typoAnthony Liguori1-1/+1
2013-09-17Merge remote-tracking branch 'kiszka/queues/slirp' into stagingAnthony Liguori5-27/+49
2013-09-17Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori73-370/+2823
2013-09-17Merge remote-tracking branch 'rth/tgt-i386' into stagingAnthony Liguori2-18/+35
2013-09-17Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori9-135/+496
2013-09-17Merge remote-tracking branch 'kraxel/chardev.7' into stagingAnthony Liguori1-8/+4
2013-09-17slirp: clean up slirp_update_timeoutJan Kiszka1-2/+2
2013-09-17slirp: set mainloop timeout with more precise valueLiu Ping Fan4-13/+27
2013-09-17slirp: define timeout as macroLiu Ping Fan1-5/+12
2013-09-17slirp: make timeout localLiu Ping Fan2-12/+13
2013-09-16lsi: add 53C810 variantHervé Poussineau2-0/+22
2013-09-16lsi: remove todoHervé Poussineau1-3/+0
2013-09-16lsi: ignore write accesses to CTEST0 registersHervé Poussineau1-0/+3
2013-09-16lsi: check ssid versus sdid only if ssid is validHervé Poussineau1-1/+2
2013-09-16lsi: use constant name instead of its valueHervé Poussineau1-2/+2
2013-09-13qemu-iotests: Fix test 038Max Reitz2-6/+7
2013-09-12target-i386: Only provide CMOV and friends if feature bit setPeter Maydell1-0/+19
2013-09-12target-i386: fix disassembly with PAE=1, PG=0Paolo Bonzini1-18/+16
2013-09-12pc_sysfw: Fix ISA BIOS init for ridiculously big flashMarkus Armbruster1-4/+1
2013-09-12exec: Don't abort when we can't allocate guest memoryMarkus Armbruster4-12/+8
2013-09-12exec: Clean up unnecessary S390 ifdefferyMarkus Armbruster1-6/+19
2013-09-12exec: Drop incorrect & dead S390 code in qemu_ram_remap()Markus Armbruster1-6/+7
2013-09-12exec: Simplify the guest physical memory allocation hookMarkus Armbruster5-35/+21
2013-09-12exec: Reduce ifdeffery around -mem-pathMarkus Armbruster2-29/+10
2013-09-12exec: Clean up fall back when -mem-path allocation failsMarkus Armbruster1-5/+2