summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | hw/m68k: add a dummy SWIM floppy controllerLaurent Vivier2019-10-281-0/+76
| * | | hw/m68k: add Nubus macfb video cardLaurent Vivier2019-10-281-0/+64
| * | | hw/m68k: add Nubus supportLaurent Vivier2019-10-282-0/+93
| * | | hw/m68k: implement ADB bus support for viaLaurent Vivier2019-10-281-0/+7
| * | | hw/m68k: add VIA supportLaurent Vivier2019-10-281-0/+108
| * | | esp: add pseudo-DMA as used by MacintoshLaurent Vivier2019-10-281-0/+15
* | | | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20191028' into stagingPeter Maydell2019-10-293-12/+31
|\ \ \ \
| * | | | exec: Cache TARGET_PAGE_MASK for TARGET_PAGE_BITS_VARYRichard Henderson2019-10-281-2/+6
| * | | | exec: Promote TARGET_PAGE_MASK to target_longRichard Henderson2019-10-281-1/+1
| * | | | exec: Restrict TARGET_PAGE_BITS_VARY assert to CONFIG_DEBUG_TCGRichard Henderson2019-10-281-0/+4
| * | | | exec: Use const alias for TARGET_PAGE_BITS_VARYRichard Henderson2019-10-281-4/+10
| * | | | exec: Split out variable page size support to exec-vary.cRichard Henderson2019-10-281-0/+6
| * | | | cpu: use ROUND_UP() to define xxx_PAGE_ALIGNWei Yang2019-10-281-4/+3Star
| * | | | cputlb: ensure _cmmu helper functions follow the naming standardAlex Bennée2019-10-281-2/+2
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.2-sf2' i...Peter Maydell2019-10-283-11/+19
|\ \ \ \
| * | | | 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/+0Star
| | |_|/ | |/| |
* | | | 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/+0Star
| * | | 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/+0Star
* | | | 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/+0Star
| * | | 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
|\ \ \ \