Age | Commit message (Expand) | Author | Files | Lines |
2016-07-20 | x86-iommu: introduce "intremap" property | Peter Xu | 2 | -0/+24 |
2016-07-20 | x86-iommu: provide x86_iommu_get_default | Peter Xu | 3 | -7/+31 |
2016-07-20 | intel_iommu: rename VTD_PCI_DEVFN_MAX to x86-iommu | Peter Xu | 3 | -5/+9 |
2016-07-20 | x86-iommu: introduce parent class | Peter Xu | 5 | -4/+105 |
2016-07-20 | hw/versatile: realize the PCI root bus as part of the versatile init | Marcel Apfelbaum | 1 | -0/+1 |
2016-07-20 | hw/prep: realize the PCI root bus as part of the prep init | Marcel Apfelbaum | 1 | -0/+1 |
2016-07-20 | hw/grackle: fix PCI bus initialization | Marcel Apfelbaum | 1 | -1/+1 |
2016-07-20 | hw/apb: fix PCI bus initialization | Marcel Apfelbaum | 1 | -8/+7 |
2016-07-20 | hw/mips: fix PCI bus initialization | Marcel Apfelbaum | 1 | -1/+1 |
2016-07-20 | hw/alpha: fix PCI bus initialization | Marcel Apfelbaum | 1 | -1/+1 |
2016-07-20 | tests/prom-env-test: increase the test timeout | Marcel Apfelbaum | 1 | -1/+1 |
2016-07-20 | nvdimm: fix memory leak in error code path | Stefan Hajnoczi | 1 | -0/+1 |
2016-07-19 | disas: Fix ATTRIBUTE_UNUSED define clash with ALSA headers | Peter Maydell | 2 | -1/+2 |
2016-07-19 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 14 | -106/+280 |
2016-07-19 | Merge remote-tracking branch 'remotes/stsquad/tags/pull-travis-20160718-1' in... | Peter Maydell | 1 | -1/+4 |
2016-07-19 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20160719-1' into s... | Peter Maydell | 2 | -8/+28 |
2016-07-19 | Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' int... | Peter Maydell | 4 | -0/+0 |
2016-07-19 | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st... | Peter Maydell | 5 | -12/+22 |
2016-07-19 | Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging | Peter Maydell | 12 | -121/+125 |
2016-07-19 | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell | 37 | -139/+641 |
2016-07-19 | Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20160718.0' i... | Peter Maydell | 1 | -0/+1 |
2016-07-19 | Update OpenBIOS images to e79bca6 built from submodule. | Mark Cave-Ayland | 4 | -0/+0 |
2016-07-19 | target-i386: Remove redundant HF_SOFTMMU_MASK | Sergey Fedorov | 3 | -14/+4 |
2016-07-19 | block/iscsi: allow caching of the allocation map | Peter Lieven | 1 | -58/+192 |
2016-07-19 | block/iscsi: fix rounding in iscsi_allocationmap_set | Peter Lieven | 1 | -3/+5 |
2016-07-19 | Move README to markdown | Pranith Kumar | 1 | -21/+20 |
2016-07-18 | block: ignore flush requests when storage is clean | Evgeny Yakovlev | 9 | -113/+32 |
2016-07-18 | tests: in IDE and AHCI tests perform DMA write before flushing | Evgeny Yakovlev | 2 | -2/+75 |
2016-07-18 | ide: set retry_unit for PIO and FLUSH requests | Evgeny Yakovlev | 1 | -0/+2 |
2016-07-18 | ide: refactor retry_unit set and clear into separate function | Evgeny Yakovlev | 1 | -6/+16 |
2016-07-18 | trace: Add QAPI/QMP interfaces to query and control per-vCPU tracing state | Lluís Vilanova | 6 | -43/+203 |
2016-07-18 | trace: Allow event name pattern in "info trace-events" | Lluís Vilanova | 3 | -4/+36 |
2016-07-18 | trace: Conditionally trace events based on their per-vCPU state | Lluís Vilanova | 6 | -29/+57 |
2016-07-18 | trace: Add per-vCPU tracing states for events with the 'vcpu' property | Lluís Vilanova | 13 | -10/+210 |
2016-07-18 | trace: Cosmetic changes on fast-path tracing | Lluís Vilanova | 1 | -2/+5 |
2016-07-18 | disas: Remove unused macro '_' | Lluís Vilanova | 8 | -47/+46 |
2016-07-18 | trace: Identify events with the 'vcpu' property | Lluís Vilanova | 5 | -5/+51 |
2016-07-18 | trace: [bsd-user] Commandline arguments to control tracing | Lluís Vilanova | 1 | -3/+18 |
2016-07-18 | trace: [linux-user] Commandline arguments to control tracing | Lluís Vilanova | 1 | -0/+19 |
2016-07-18 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 13 | -136/+90 |
2016-07-18 | vfio/pci: Hide ARI capability | Alex Williamson | 1 | -0/+1 |
2016-07-18 | .travis.yml: Disable IRC build status updates from forks | Pranith Kumar | 1 | -1/+4 |
2016-07-18 | MAINTAINERS: Add include/block/aio.h to block I/O path section | Fam Zheng | 1 | -0/+1 |
2016-07-18 | virtio-blk: dataplane cleanup | Cao jin | 1 | -4/+2 |
2016-07-18 | checkpatch: consider git extended headers valid patches | Stefan Hajnoczi | 1 | -0/+5 |
2016-07-18 | aio-posix: remove useless parameter | Cao jin | 4 | -9/+6 |
2016-07-18 | linux-aio: prevent submitting more than MAX_EVENTS | Roman Pen | 1 | -10/+16 |
2016-07-18 | aio_ctx_check: follow CODING_STYLE | Cao jin | 1 | -1/+1 |
2016-07-18 | linux-aio: share one LinuxAioState within an AioContext | Paolo Bonzini | 7 | -111/+58 |
2016-07-18 | spec/parallels: fix a mistake | Vladimir Sementsov-Ogievskiy | 1 | -1/+1 |