summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* target-s390: Tidy unconditional BRCLRichard Henderson2013-01-051-0/+5
* target-s390: Fix BCRRichard Henderson2013-01-051-0/+2
* target-s390: Fix SACF exitRichard Henderson2013-01-051-2/+2
* target-s390: Register helpersRichard Henderson2013-01-052-17/+8Star
* target-s390: Use TCG registers for FPRRichard Henderson2013-01-051-28/+40
* target-s390: Add missing temp_free in gen_op_calc_ccRichard Henderson2013-01-051-0/+1
* target-s390: Fix gdbstubRichard Henderson2013-01-052-103/+48Star
* target-s390: Fix disassembly of cpsdrRichard Henderson2013-01-051-1/+3
* target-s390: Disassemble more z10 and z196 opcodesRichard Henderson2013-01-051-18/+151
* hw/i386: Fix broken build for non POSIX hostsStefan Weil2013-01-051-0/+5
* softfloat: Implement uint64_to_float128Richard Henderson2013-01-052-0/+11
* softfloat: Fix uint64_to_float64Richard Henderson2013-01-051-3/+10
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2013-01-046-11/+11
|\
| * spice: drop incorrect vm_change_state_handler() opaqueStefan Hajnoczi2013-01-041-3/+2Star
| * linux-user/syscall.c: remove forward declarationsJohn Spencer2013-01-041-5/+3Star
| * hw/mcf5206: Reduce size of lookup tableStefan Weil2013-01-041-1/+1
| * Remove --sparc_cpu option from the configure list陳韋任 (Wei-Ren Chen)2013-01-041-1/+0Star
| * pseries: Remove unneeded include statement (fixes MinGW builds)Stefan Weil2013-01-041-1/+1
| * pc_sysfw: Check for qemu_find_file() failureMarkus Armbruster2013-01-041-0/+4
* | Merge remote-tracking branch 'kraxel/testdev.1' into stagingAnthony Liguori2013-01-045-49/+283
|\ \
| * | pc: remove bochs bios debug portsGerd Hoffmann2013-01-041-41/+0Star
| * | hw: Add test device for unittests executionLucas Meneghel Rodrigues2013-01-042-0/+183
| * | add isa-debug-exit device.Gerd Hoffmann2013-01-042-1/+76
| * | switch debugcon to memory apiGerd Hoffmann2013-01-041-7/+24
| |/
* | Merge remote-tracking branch 'kraxel/acpi.2' into stagingAnthony Liguori2013-01-049-11/+48
|\ \ | |/ |/|
| * apci: assign memory regions to ich9 lpc deviceGerd Hoffmann2013-01-043-4/+8
| * apci: assign memory regions to piix4 acpi deviceGerd Hoffmann2013-01-041-7/+13
| * acpi: autoload dsdtGerd Hoffmann2013-01-044-0/+26
| * configure: also symlink *.aml filesGerd Hoffmann2013-01-041-0/+1
|/
* pty: unbreak libvirtGerd Hoffmann2013-01-031-4/+5
* dataplane: use linux-headers/ for virtio includesStefan Hajnoczi2013-01-032-4/+3Star
* configure: Write new file "config-all-disas.mak" when running configureStefan Weil2013-01-021-0/+2
* tci: Fix broken builds with TCG interpreterStefan Weil2013-01-022-3/+4
* savevm.c: cleanup system includesMichael Tokarev2013-01-021-39/+1Star
* disallow -daemonize usage of stdio (curses display, -nographic, -serial stdio...Michael Tokarev2013-01-022-3/+29
* Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori2013-01-0227-29/+1863
|\
| * sheepdog: pass oid directly to send_pending_req()Liu Yuan2013-01-021-1/+1
| * sheepdog: don't update inode when create_and_write failsLiu Yuan2013-01-021-4/+5
| * block/raw-win32: Fix compiler warnings (wrong format specifiers)Stefan Weil2013-01-021-2/+2
| * qemu-img: report size overflow error messageliguang2013-01-021-3/+7
| * cutils: change strtosz_suffix_unit functionliguang2013-01-021-2/+4
| * virtio-blk: Return UNSUPP for unknown request typesAlexey Zaytsev2013-01-021-1/+5
| * virtio-blk: add x-data-plane=on|off performance featureStefan Hajnoczi2013-01-022-1/+46
| * dataplane: add virtio-blk data plane codeStefan Hajnoczi2013-01-025-1/+502
| * virtio-blk: restore VirtIOBlkConf->config_wce flagStefan Hajnoczi2013-01-023-2/+6
| * iov: add qemu_iovec_concat_iov()Stefan Hajnoczi2013-01-022-12/+30
| * test-iov: add iov_discard_front/back() testcasesStefan Hajnoczi2013-01-021-0/+150
| * iov: add iov_discard_front/back() to remove dataStefan Hajnoczi2013-01-022-0/+64
| * dataplane: add Linux AIO request queueStefan Hajnoczi2013-01-023-1/+175
| * dataplane: add event loopStefan Hajnoczi2013-01-023-1/+141