Age | Commit message (Expand) | Author | Files | Lines |
2015-08-19 | qemu-common.h: Move Win32 fixups into os-win32.h | Peter Maydell | 2 | -17/+18 |
2015-08-19 | compiler.h: Use glue() in QEMU_BUILD_BUG_ON define | Peter Maydell | 1 | -3/+1 |
2015-08-19 | osdep.h: Move some compiler-specific things to compiler.h | Peter Maydell | 2 | -47/+48 |
2015-08-19 | osdep.h: Remove qemu_printf | Peter Maydell | 3 | -6/+4 |
2015-08-19 | qapi/qmp-event.c: Don't manually include os-win32.h/os-posix.h | Peter Maydell | 1 | -8/+0 |
2015-08-19 | Merge remote-tracking branch 'remotes/rth/tags/pull-axp-201508018' into staging | Peter Maydell | 7 | -134/+166 |
2015-08-18 | target-alpha: Inline hw_ret | Richard Henderson | 3 | -15/+10 |
2015-08-18 | target-alpha: Inline call_pal | Richard Henderson | 3 | -18/+24 |
2015-08-18 | target-alpha: Use separate TCGv temporaries for the shadow registers | Richard Henderson | 6 | -103/+134 |
2015-08-18 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 20 | -171/+251 |
2015-08-14 | disas: Defeature print_target_address | Peter Crosthwaite | 1 | -10/+2 |
2015-08-14 | hw: fix mask for ColdFire UART command register | Paolo Bonzini | 1 | -1/+1 |
2015-08-14 | scsi-generic: identify AIO callbacks more clearly | Paolo Bonzini | 1 | -25/+41 |
2015-08-14 | scsi-disk: identify AIO callbacks more clearly | Paolo Bonzini | 1 | -30/+61 |
2015-08-14 | scsi: create restart bottom half in the right AioContext | Paolo Bonzini | 1 | -1/+2 |
2015-08-14 | configure: only add CONFIG_RDMA to config-host.h once | Daniel P. Berrange | 1 | -4/+0 |
2015-08-14 | qemu-nbd: remove unnecessary qemu_notify_event() | Paolo Bonzini | 1 | -1/+0 |
2015-08-14 | vhost-scsi: Clarify vhost_virtqueue_mask argument | Lu Lina | 1 | -1/+1 |
2015-08-14 | exec: use macro ROUND_UP for alignment | Chen Hanxiao | 1 | -1/+1 |
2015-08-14 | rcu: Allow calling rcu_(un)register_thread() during synchronize_rcu() | Wen Congyang | 1 | -13/+35 |
2015-08-14 | exec: drop cpu_can_do_io, just read cpu->can_do_io | Paolo Bonzini | 7 | -28/+10 |
2015-08-14 | Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st... | Peter Maydell | 3 | -10/+233 |
2015-08-14 | Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging | Peter Maydell | 2 | -5/+15 |
2015-08-14 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 4 | -0/+44 |
2015-08-14 | mirror: Fix coroutine reentrance | Kevin Wolf | 1 | -5/+10 |
2015-08-14 | Merge branch 'block-next' into HEAD | Jeff Cody | 2 | -0/+5 |
2015-08-13 | Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150813' into staging | Peter Maydell | 6 | -53/+65 |
2015-08-13 | target-mips: Use CPU_LOG_INT for logging related to interrupts | Richard Henderson | 2 | -20/+13 |
2015-08-13 | hw/pci-host/bonito: Avoid buffer overrun for bad LDMA/COP accesses | Peter Maydell | 1 | -0/+16 |
2015-08-13 | target-mips: simplify LWL/LDL mask generation | Aurelien Jarno | 1 | -8/+6 |
2015-08-13 | target-mips: update mips32r5-generic into P5600 | Yongbok Kim | 2 | -25/+30 |
2015-08-13 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 28 | -259/+312 |
2015-08-13 | MAINTAINERS: list smbios maintainers | Michael S. Tsirkin | 1 | -1/+3 |
2015-08-13 | smbios: move smbios code into a common folder | Wei Huang | 13 | -10/+13 |
2015-08-13 | smbios: remove dependency on x86 e820 tables | Wei Huang | 3 | -9/+33 |
2015-08-13 | smbios: extract x86 smbios building code into a function | Wei Huang | 1 | -16/+22 |
2015-08-13 | acpi: avoid potential uninitialized access to cpu_hp_io_base | Daniel P. Berrange | 1 | -0/+1 |
2015-08-13 | virtio-net: remove useless codes | Jason Wang | 2 | -7/+2 |
2015-08-13 | pci: allow 0 address for PCI IO/MEM regions | Laurent Vivier | 3 | -4/+12 |
2015-08-13 | pc: Remove redundant arguments from pc_memory_init() | Eduardo Habkost | 4 | -13/+9 |
2015-08-13 | pc: Remove redundant arguments from pc_cmos_init() | Eduardo Habkost | 4 | -19/+9 |
2015-08-13 | pc: Remove redundant arguments from *load_linux() | Eduardo Habkost | 3 | -25/+14 |
2015-08-13 | pc: Use PCMachineState as pc_guest_info_init() argument | Eduardo Habkost | 4 | -10/+6 |
2015-08-13 | pc: Move {above,below}_4g_mem_size variables to PCMachineState | Eduardo Habkost | 3 | -23/+28 |
2015-08-13 | pc: Use PCMachineState for pc_memory_init() argument | Eduardo Habkost | 4 | -5/+5 |
2015-08-13 | pc: Use PCMachineState for pc_cmos_init() argument | Eduardo Habkost | 4 | -11/+14 |
2015-08-13 | pc: Eliminate pc_default_machine_options() | Eduardo Habkost | 4 | -8/+2 |
2015-08-13 | pc: Eliminate pc_common_machine_options() | Eduardo Habkost | 3 | -8/+1 |
2015-08-13 | pc: Move PCMachineClass, PCMachineState to qemu/typedefs.h | Eduardo Habkost | 2 | -3/+3 |
2015-08-13 | pc: Rename pc_machine variables to pcms | Eduardo Habkost | 3 | -22/+22 |