summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | riscv/virt: Add the PFlash CFI01 deviceAlistair Francis2019-10-281-0/+3
| * | | | riscv/virt: Manually define the machineAlistair Francis2019-10-281-1/+6
| * | | | riscv/sifive_u: Add the start-in-flash propertyAlistair Francis2019-10-281-0/+2
| * | | | riscv/sifive_u: Manually define the machineAlistair Francis2019-10-281-1/+6
| * | | | riscv/sifive_u: Add QSPI memory regionAlistair Francis2019-10-281-0/+1
| * | | | riscv/sifive_u: Add L2-LIM cache memoryAlistair Francis2019-10-281-0/+1
| * | | | riscv: hw: Drop "clock-frequency" property of cpu nodesBin Meng2019-10-283-9/+0
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in...Peter Maydell2019-10-288-15/+125
|\ \ \ \ | |/ / / |/| | |
| * | | block: Add @exact parameter to bdrv_co_truncate()Max Reitz2019-10-283-6/+21
| * | | include: Move endof() up from hw/virtio/virtio.hMax Reitz2019-10-282-7/+7
| * | | block/nvme: add support for write zerosMaxim Levitsky2019-10-281-1/+18
| * | | block/block-copy: increase buffered copy requestVladimir Sementsov-Ogievskiy2019-10-281-1/+1
| * | | block/block-copy: add memory limitVladimir Sementsov-Ogievskiy2019-10-281-0/+3
| * | | util: introduce SharedResourceVladimir Sementsov-Ogievskiy2019-10-281-0/+71
| * | | block/block-backend: add blk_co_pwritev_partVladimir Sementsov-Ogievskiy2019-10-281-0/+4
| |/ /
* | | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2019-10-281-5/+10
|\ \ \
| * | | virtio: drop unused virtio_device_stop_ioeventfd() functionStefan Hajnoczi2019-10-251-1/+0
| * | | virtio: add property to enable packed virtqueueJason Wang2019-10-251-1/+3
| * | | virtio: basic packed virtqueue supportJason Wang2019-10-251-3/+7
* | | | target/i386: move FERR handling to target/i386Paolo Bonzini2019-10-261-1/+0
* | | | core: replace getpagesize() with qemu_real_host_page_sizeWei Yang2019-10-262-3/+3
* | | | Merge commit 'df84f17' into HEADPaolo Bonzini2019-10-267-27/+323
|\ \ \ \ | |_|/ / |/| | |
| * | | mc146818rtc: Include mc146818rtc_regs.h directly in mc146818rtc.cPhilippe Mathieu-Daudé2019-10-241-1/+0
| * | | mc146818rtc: Move RTC_ISA_IRQ definitionPhilippe Mathieu-Daudé2019-10-242-2/+2
| * | | mc146818rtc: move structure to header fileHervé Poussineau2019-10-241-0/+33
| * | | hw/i386/pc: Extract pc_i8259_create()Philippe Mathieu-Daudé2019-10-241-0/+1
| * | | hw/i386/pc: Extract pc_gsi_create()Philippe Mathieu-Daudé2019-10-241-0/+2
| * | | hw/i386: Introduce the microvm machine typeSergio Lopez2019-10-221-0/+71
| * | | fw_cfg: add "modify" functions for all typesSergio Lopez2019-10-221-0/+42
| * | | hw/i386: make x86.c independent from PCMachineStateSergio Lopez2019-10-221-4/+9
| * | | hw/i386: split PCMachineState deriving X86MachineState from itPaolo Bonzini2019-10-222-25/+60
| * | | hw/i386/pc: move shared x86 functions to x86.c and export themSergio Lopez2019-10-222-1/+35
| * | | hw/i386/pc: rename functions shared with non-PC machinesSergio Lopez2019-10-221-1/+1
| * | | hw/virtio: Factorize virtio-mmio headersSergio Lopez2019-10-221-0/+73
* | | | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2019-10-251-0/+15
|\ \ \ \
| * | | | coroutine: Add qemu_co_mutex_assert_locked()Kevin Wolf2019-10-251-0/+15
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell2019-10-2511-51/+100
|\ \ \ \ | |/ / / |/| | |
| * | | hw/rtc/aspeed_rtc: Remove unused includesPhilippe Mathieu-Daudé2019-10-241-3/+0
| * | | hw/rtc/mc146818: Include mc146818rtc_regs.h a bit lessPhilippe Mathieu-Daudé2019-10-241-1/+0
| * | | hw: Move Aspeed RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-242-4/+4
| * | | hw: Move Xilinx ZynqMP RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-242-4/+4
| * | | hw: Move sun4v hypervisor RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-242-1/+19
| * | | hw: Move M48T59 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-242-32/+57
| * | | hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-242-5/+14
| * | | hw: Move PL031 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-241-2/+3
| | |/ | |/|
* | | hw/arm/bcm2836: Rename cpus[] as cpu[].corePhilippe Mathieu-Daudé2019-10-251-1/+3
* | | hw/arm/bcm2835_peripherals: Use the SYS_timerPhilippe Mathieu-Daudé2019-10-251-1/+2
* | | hw/timer/bcm2835: Add the BCM2835 SYS_timerPhilippe Mathieu-Daudé2019-10-251-0/+33
* | | hw/arm/bcm2835_peripherals: Use the thermal sensor blockPhilippe Mathieu-Daudé2019-10-252-0/+3
* | | hw/misc/bcm2835_thermal: Add a dummy BCM2835 thermal sensorPhilippe Mathieu-Daudé2019-10-251-0/+27