summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tcg: Remove tcg_gen_trunc_i64_i32Richard Henderson2015-08-2414-117/+112
* tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32Richard Henderson2015-08-2415-59/+77
* tcg: update README about size changing opsAurelien Jarno2015-08-241-3/+15
* tcg/optimize: add optimizations for ext_i32_i64 and extu_i32_i64 opsAurelien Jarno2015-08-241-0/+13
* tcg: implement real ext_i32_i64 and extu_i32_i64 opsAurelien Jarno2015-08-2410-10/+45
* tcg: don't abuse TCG type in tcg_gen_trunc_shr_i64_i32Aurelien Jarno2015-08-241-2/+2
* tcg: rename trunc_shr_i32 into trunc_shr_i64_i32Aurelien Jarno2015-08-2413-18/+18
* tcg/optimize: allow constant to have copiesAurelien Jarno2015-08-241-8/+2
* tcg/optimize: track const/copy status separatelyAurelien Jarno2015-08-241-28/+14
* tcg/optimize: add temp_is_const and temp_is_copy functionsAurelien Jarno2015-08-241-71/+60
* tcg/optimize: optimize temps trackingAurelien Jarno2015-08-241-11/+32
* tcg/optimize: fix constant signednessAurelien Jarno2015-08-241-5/+5
* configure: Don't permit SDL or GTK on OSXPeter Maydell2015-08-191-4/+16
* apic_internal.h: Include cpu.h directlyPeter Maydell2015-08-191-0/+1
* qemu-common.h: Move muldiv64() to host-utils.hPeter Maydell2015-08-193-31/+30
* osdep.h: Add header commentPeter Maydell2015-08-191-0/+24
* osdep.h: Move some OS header includes and fixups from qemu-common.hPeter Maydell2015-08-192-55/+49
* qemu-common.h: Move Win32 fixups into os-win32.hPeter Maydell2015-08-192-17/+18
* compiler.h: Use glue() in QEMU_BUILD_BUG_ON definePeter Maydell2015-08-191-3/+1
* osdep.h: Move some compiler-specific things to compiler.hPeter Maydell2015-08-192-47/+48
* osdep.h: Remove qemu_printfPeter Maydell2015-08-193-6/+4
* qapi/qmp-event.c: Don't manually include os-win32.h/os-posix.hPeter Maydell2015-08-191-8/+0
* Merge remote-tracking branch 'remotes/rth/tags/pull-axp-201508018' into stagingPeter Maydell2015-08-197-134/+166
|\
| * target-alpha: Inline hw_retRichard Henderson2015-08-183-15/+10
| * target-alpha: Inline call_palRichard Henderson2015-08-183-18/+24
| * target-alpha: Use separate TCGv temporaries for the shadow registersRichard Henderson2015-08-186-103/+134
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-08-1820-171/+251
|\ \
| * | disas: Defeature print_target_addressPeter Crosthwaite2015-08-141-10/+2
| * | hw: fix mask for ColdFire UART command registerPaolo Bonzini2015-08-141-1/+1
| * | scsi-generic: identify AIO callbacks more clearlyPaolo Bonzini2015-08-141-25/+41
| * | scsi-disk: identify AIO callbacks more clearlyPaolo Bonzini2015-08-141-30/+61
| * | scsi: create restart bottom half in the right AioContextPaolo Bonzini2015-08-141-1/+2
| * | configure: only add CONFIG_RDMA to config-host.h onceDaniel P. Berrange2015-08-141-4/+0
| * | qemu-nbd: remove unnecessary qemu_notify_event()Paolo Bonzini2015-08-141-1/+0
| * | vhost-scsi: Clarify vhost_virtqueue_mask argumentLu Lina2015-08-141-1/+1
| * | exec: use macro ROUND_UP for alignmentChen Hanxiao2015-08-141-1/+1
| * | rcu: Allow calling rcu_(un)register_thread() during synchronize_rcu()Wen Congyang2015-08-141-13/+35
| * | exec: drop cpu_can_do_io, just read cpu->can_do_ioPaolo Bonzini2015-08-147-28/+10
| * | cpu_defs: Simplify CPUTLB padding logicPeter Crosthwaite2015-08-061-11/+12
| * | cpu-exec: Do not invalidate original TB in cpu_exec_nocache()Sergey Fedorov2015-08-063-6/+12
| * | vhost/scsi: call vhost_dev_cleanup() at unrealize() timeIgor Mammedov2015-07-301-0/+1
| * | virtio-scsi-test: Add test case for tail unaligned WRITE SAMEFam Zheng2015-07-301-3/+9
| * | scsi-disk: Fix assertion failure on WRITE SAMEFam Zheng2015-07-301-0/+4
| * | tests: virtio-scsi: clear unit attention after resetStefan Hajnoczi2015-07-301-36/+54
| * | scsi-disk: fix cmd.mode field typoStefan Hajnoczi2015-07-301-1/+1
| * | virtio-scsi: use virtqueue_map_sg() when loading requestsStefan Hajnoczi2015-07-301-0/+5
* | | Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell2015-08-143-10/+233
|\ \ \ | |_|/ |/| |
| * | tests: test rx recovery from contJason Wang2015-08-041-0/+52
| * | tests: introduce basic pci test for virtio-netJason Wang2015-08-042-8/+179
| * | net/vmxnet3: Fix incorrect debug messageDana Rubin2015-08-041-2/+2
OpenPOWER on IntegriCloud