summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
...
| * | | vhost_net: enable packed ring supportJason Wang2019-10-251-0/+2
| * | | virtio: event suppression support for packed ringJason Wang2019-10-251-9/+133
| * | | virtio: basic packed virtqueue supportJason Wang2019-10-254-72/+822
| * | | virtio: Free rnd virqueue at unrealize()Eugenio Pérez2019-10-251-0/+1
| * | | virtio: Free blk virqueues at unrealize()Eugenio Pérez2019-10-251-0/+5
| * | | virtio: device/driver area size calculation refactor for split ringWei Xu2019-10-251-6/+10
| * | | virtio: basic structure for packed ringWei Xu2019-10-251-0/+15
* | | | i386: implement IGNNEPaolo Bonzini2019-10-261-1/+1
* | | | target/i386: move FERR handling to target/i386Paolo Bonzini2019-10-263-16/+9Star
* | | | core: replace getpagesize() with qemu_real_host_page_sizeWei Yang2019-10-265-7/+8
* | | | Merge commit 'df84f17' into HEADPaolo Bonzini2019-10-2620-993/+1642
|\ \ \ \ | |_|/ / |/| | |
| * | | mc146818rtc: always register rtc to rtc listHervé Poussineau2019-10-241-6/+2Star
| * | | mc146818rtc: Include mc146818rtc_regs.h directly in mc146818rtc.cPhilippe Mathieu-Daudé2019-10-241-0/+1
| * | | mc146818rtc: move structure to header fileHervé Poussineau2019-10-241-30/+0Star
| * | | hw/i386/pc: Remove kvm_i386.h includePhilippe Mathieu-Daudé2019-10-242-2/+0Star
| * | | hw/i386/pc: Extract pc_i8259_create()Philippe Mathieu-Daudé2019-10-243-25/+21Star
| * | | hw/i386/pc: Move gsi_state creation codePhilippe Mathieu-Daudé2019-10-241-3/+3
| * | | hw/i386/pc: Extract pc_gsi_create()Philippe Mathieu-Daudé2019-10-243-16/+17
| * | | hw/timer/mc146818rtc: Only include qapi-commands-misc on I386Philippe Mathieu-Daudé2019-10-231-1/+1
| * | | hw/i386: Introduce the microvm machine typeSergio Lopez2019-10-223-0/+583
| * | | hw/intc/apic: reject pic ints if isa_pic == NULLSergio Lopez2019-10-221-1/+1
| * | | fw_cfg: add "modify" functions for all typesSergio Lopez2019-10-221-0/+29
| * | | hw/i386: make x86.c independent from PCMachineStateSergio Lopez2019-10-224-36/+35Star
| * | | hw/i386: split PCMachineState deriving X86MachineState from itPaolo Bonzini2019-10-2210-205/+266
| * | | hw/i386/pc: move shared x86 functions to x86.c and export themSergio Lopez2019-10-226-641/+695
| * | | hw/i386/pc: remove commented out code from x86_load_linux()Sergio Lopez2019-10-221-13/+0Star
| * | | hw/i386/pc: avoid an assignment in if condition in x86_load_linux()Sergio Lopez2019-10-221-1/+8
| * | | hw/i386/pc: replace use of strtol with qemu_strtoui in x86_load_linux()Sergio Lopez2019-10-221-1/+8
| * | | hw/i386/pc: fix code style issues on functions that will be moved outSergio Lopez2019-10-221-24/+29
| * | | hw/i386/pc: rename functions shared with non-PC machinesSergio Lopez2019-10-224-19/+19
| * | | hw/virtio: Factorize virtio-mmio headersSergio Lopez2019-10-221-47/+1Star
| * | | memory-device: simplify Makefile.objs conditionsPaolo Bonzini2019-10-221-1/+1
| * | | Do not use %m in common code to print error messagesThomas Huth2019-10-221-2/+2
| * | | mc146818rtc: fix timer interrupt reinjectionMarcelo Tosatti2019-10-221-26/+27
* | | | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2019-10-251-0/+1
|\ \ \ \
| * | | | virtio-blk: Add blk_drain() to virtio_blk_device_unrealize()Julia Suvorova2019-10-251-0/+1
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell2019-10-2538-94/+97
|\ \ \ \ | |_|_|/ |/| | |
| * | | hw/rtc/xlnx-zynqmp-rtc: Remove unused "ptimer.h" includePhilippe Mathieu-Daudé2019-10-241-1/+0Star
| * | | hw/rtc/mc146818: Include mc146818rtc_regs.h a bit lessPhilippe Mathieu-Daudé2019-10-242-0/+2
| * | | hw: Move Aspeed RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-245-6/+7
| * | | hw: Move Exynos4210 RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-243-1/+1
| * | | hw: Move Xilinx ZynqMP RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-245-5/+5
| * | | hw: Move DS1338 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-245-5/+5
| * | | hw: Move TWL92230 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-245-5/+5
| * | | hw: Move sun4v hypervisor RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-248-10/+10
| * | | hw: Move M41T80 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-245-5/+5
| * | | hw: Move M48T59 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-2411-14/+14
| * | | hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-2417-18/+17Star
| * | | hw: Move PL031 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-2410-13/+15
| * | | hw/timer: Compile devices not target-dependent as common objectPhilippe Mathieu-Daudé2019-10-241-11/+11