Age | Commit message (Expand) | Author | Files | Lines |
2016-06-14 | qdev_try_create(): Assert that devices we put onto the system bus are SysBusD... | Peter Maydell | 1 | -0/+7 |
2016-06-14 | s390x: Limit s390-ccw machines to 248 CPUs | Christian Borntraeger | 1 | -1/+1 |
2016-06-14 | virtio-ccw: Provide traces for indicator changes | Christian Borntraeger | 1 | -0/+1 |
2016-06-14 | s390x/css: introduce property type for device ids | Cornelia Huck | 3 | -48/+114 |
2016-06-14 | s390x/css: clear IO irqs when generating IPI CRW | Halil Pasic | 1 | -3/+40 |
2016-06-14 | s390x/kvm: add interface for clearing IO irqs | Halil Pasic | 2 | -0/+34 |
2016-06-14 | spapr: Ensure all LMBs are represented in ibm,dynamic-memory | Bharata B Rao | 1 | -20/+37 |
2016-06-14 | macio: call dma_memory_unmap() at the end of each DMA transfer | Mark Cave-Ayland | 1 | -20/+26 |
2016-06-14 | ppc: Add PowerISA 2.07 compatibility mode | Thomas Huth | 1 | -2/+4 |
2016-06-14 | ppc: Split pcr_mask settings into supported bits and the register mask | Thomas Huth | 1 | -2/+2 |
2016-06-14 | ppc/spapr: Refactor h_client_architecture_support() CPU parsing code | Thomas Huth | 1 | -25/+36 |
2016-06-13 | xen/blkif: avoid double access to any shared ring request fields | Jan Beulich | 2 | -6/+8 |
2016-06-13 | vl: Eliminate usb_enabled() | Eduardo Habkost | 7 | -7/+7 |
2016-06-13 | pxa2xx: Unconditionally enable USB controller | Eduardo Habkost | 1 | -8/+4 |
2016-06-13 | hw/usb/dev-network.c: Use ldl_le_p() and stl_le_p() | Peter Maydell | 1 | -33/+30 |
2016-06-13 | usb-host: add special case for bus+addr | Gerd Hoffmann | 1 | -4/+52 |
2016-06-09 | cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc() | Peter Maydell | 1 | -1/+1 |
2016-06-08 | hw/arm: virt uart fix | xiaoqiang zhao | 1 | -4/+4 |
2016-06-08 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 6 | -39/+59 |
2016-06-07 | Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-06-0... | Peter Maydell | 22 | -56/+53 |
2016-06-07 | usb: Use DIV_ROUND_UP | Laurent Vivier | 1 | -3/+3 |
2016-06-07 | rocker: Use DIV_ROUND_UP | Laurent Vivier | 1 | -3/+2 |
2016-06-07 | audio: Use DIV_ROUND_UP | Laurent Vivier | 1 | -1/+1 |
2016-06-07 | xen: Use DIV_ROUND_UP | Laurent Vivier | 1 | -2/+2 |
2016-06-07 | block: Use DIV_ROUND_UP | Laurent Vivier | 1 | -1/+1 |
2016-06-07 | all: Remove unnecessary glib.h includes | Peter Maydell | 3 | -3/+0 |
2016-06-07 | pc: cleanup unused struct PcRomPciInfo | Igor Mammedov | 1 | -8/+0 |
2016-06-07 | e1000: Removing unnecessary if statement | Sameeh Jubran | 1 | -5/+3 |
2016-06-07 | hw: Clean up includes | Peter Maydell | 2 | -2/+0 |
2016-06-07 | fw_cfg: follow CODING_STYLE | Cao jin | 1 | -6/+11 |
2016-06-07 | qdev: Clean up around properties | Cao jin | 1 | -11/+19 |
2016-06-07 | ICH9: fix typo | Cao jin | 1 | -2/+2 |
2016-06-07 | ppc: Remove a potential overflow in muldiv64() | Laurent Vivier | 1 | -1/+1 |
2016-06-07 | replace muldiv64(a, b, c) by (uint64_t)a * b / c | Laurent Vivier | 2 | -3/+3 |
2016-06-07 | remove useless muldiv64() | Laurent Vivier | 1 | -1/+1 |
2016-06-07 | The only 64bit parameter of muldiv64() is the first one. | Laurent Vivier | 2 | -3/+3 |
2016-06-07 | hw/ipmi: fix spelling | Michael Tokarev | 1 | -1/+1 |
2016-06-07 | s390x/virtio-ccw: fix spelling | Michael Tokarev | 1 | -1/+1 |
2016-06-07 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 3 | -133/+1 |
2016-06-07 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 21 | -597/+620 |
2016-06-07 | virtio: drop duplicate virtio_queue_get_id() function | Stefan Hajnoczi | 2 | -8/+1 |
2016-06-07 | virtio-scsi: Remove op blocker for dataplane | Fam Zheng | 1 | -62/+0 |
2016-06-07 | virtio-blk: Remove op blocker for dataplane | Fam Zheng | 1 | -63/+0 |
2016-06-07 | virtio: move bi-endian target support to a single location | Greg Kurz | 1 | -4/+0 |
2016-06-07 | pc-dimm: introduce realize callback | Xiao Guangrong | 1 | -0/+5 |
2016-06-07 | pc-dimm: get memory region from ->get_memory_region() | Xiao Guangrong | 1 | -1/+2 |
2016-06-07 | acpi: make bios_linker_loader_add_checksum() API offset based | Igor Mammedov | 4 | -31/+20 |
2016-06-07 | acpi: make bios_linker_loader_add_pointer() API offset based | Igor Mammedov | 5 | -73/+80 |
2016-06-07 | tpm: apci: cleanup TCPA table initialization | Igor Mammedov | 1 | -4/+1 |
2016-06-07 | acpi: cleanup bios_linker_loader_cleanup() | Igor Mammedov | 2 | -6/+5 |