summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | memory: Access MemoryRegion with MemOpTony Nguyen2019-09-033-12/+24
| * | cputlb: Access MemoryRegion with MemOpTony Nguyen2019-09-031-4/+4
| * | exec: Access MemoryRegion with MemOpTony Nguyen2019-09-032-11/+13
| * | hw/vfio: Access MemoryRegion with MemOpTony Nguyen2019-09-031-2/+4
| * | hw/virtio: Access MemoryRegion with MemOpTony Nguyen2019-09-031-2/+5
| * | hw/intc/armv7m_nic: Access MemoryRegion with MemOpTony Nguyen2019-09-031-4/+8
| * | hw/s390x: Access MemoryRegion with MemOpTony Nguyen2019-09-031-3/+5
| * | target/mips: Access MemoryRegion with MemOpTony Nguyen2019-09-031-2/+3
| * | memory: Introduce size_memopTony Nguyen2019-09-031-0/+10
| * | tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen2019-09-0339-399/+421
* | | Merge remote-tracking branch 'remotes/juanquintela/tags/fail-pull-request' in...Peter Maydell2019-09-0419-43/+87
|\ \ \
| * | | multifd: Use number of channels as listen backlogJuan Quintela2019-09-031-1/+6
| * | | socket: Add num connections to qio_net_listener_open_sync()Juan Quintela2019-09-037-7/+10
| * | | socket: Add num connections to qio_channel_socket_async()Juan Quintela2019-09-034-9/+27
| * | | socket: Add num connections to qio_channel_socket_sync()Juan Quintela2019-09-038-10/+14
| * | | socket: Add backlog parameter to socket_listenJuan Quintela2019-09-036-20/+34
* | | | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2019-09-0451-248/+273
|\ \ \ \
| * | | | migration: Do not re-read the clock on pre_save in case of paused guestMaxiwell S. Garcia2019-09-031-4/+11
| * | | | x86: do not advertise die-id in query-hotpluggbale-cpus if '-smp dies' is not...Igor Mammedov2019-09-031-2/+4
| * | | | i386/vmmouse: Properly reset stateJan Kiszka2019-09-031-0/+1
| * | | | hostmem-file: fix pmem file size checkStefan Hajnoczi2019-09-031-2/+2
| * | | | qapi: report the default CPU type for each machineDaniel P. Berrangé2019-09-032-1/+8
| * | | | pc: Don't make die-id mandatory unless necessaryEduardo Habkost2019-09-032-0/+43
| * | | | pc: Improve error message when die-id is omittedEduardo Habkost2019-09-031-0/+4
| * | | | pc: Fix error message on die-id validationEduardo Habkost2019-09-031-1/+1
| * | | | numa: move numa global variable numa_info into MachineStateTao Xu2019-09-0311-25/+36
| * | | | numa: move numa global variable have_numa_distance into MachineStateTao Xu2019-09-036-9/+8Star
| * | | | numa: move numa global variable nb_numa_nodes into MachineStateTao Xu2019-09-0317-59/+113
| * | | | hw/arm: simplify arm_load_dtbTao Xu2019-09-0330-147/+44Star
| * | | | includes: remove stale [smp|max]_cpus externsAlex Bennée2019-09-031-2/+0Star
* | | | | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190903'...Peter Maydell2019-09-0430-101/+244
|\ \ \ \ \
| * | | | | target/arm: Don't abort on M-profile exception return in linux-user modePeter Maydell2019-09-031-1/+20
| * | | | | target/arm: Free TCG temps in trans_VMOV_64_sp()Peter Maydell2019-09-031-0/+2
| * | | | | include/exec/cpu-defs.h: fix typoAlex Bennée2019-09-031-1/+1
| * | | | | atomic_template: fix indentation in GEN_ATOMIC_HELPEREmilio G. Cota2019-09-031-1/+1
| * | | | | tcg/README: fix typo s/afterwise/afterwards/Emilio G. Cota2019-09-031-1/+1
| * | | | | includes: remove stale [smp|max]_cpus externsAlex Bennée2019-09-031-2/+0Star
| * | | | | hw/net/xilinx_axi: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé2019-09-031-9/+8Star
| * | | | | hw/dma/xilinx_axi: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé2019-09-031-8/+8
| * | | | | hw/arm/fsl-imx: Add the cpu as child of the SoC objectPhilippe Mathieu-Daudé2019-09-032-2/+6
| * | | | | hw/arm: Use sysbus_init_child_obj for correct reference countingPhilippe Mathieu-Daudé2019-09-031-2/+2
| * | | | | hw/arm: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé2019-09-033-17/+16Star
| * | | | | hw/arm: Use ARM_CPU_TYPE_NAME() macro when appropriatePhilippe Mathieu-Daudé2019-09-038-11/+15
| * | | | | target/arm: Fix SMMLS argument orderRichard Henderson2019-09-031-2/+18
| * | | | | hw/arm/smmuv3: Remove spurious error messages on IOVA invalidationsEric Auger2019-09-032-8/+12
| * | | | | hw/arm/smmuv3: Log a guest error when decoding an invalid STEEric Auger2019-09-031-0/+1
| * | | | | memory: Remove unused memory_region_iommu_replay_all()Eric Auger2019-09-032-19/+0Star
| * | | | | aspeed/timer: Provide back-pressure information for short periodsAndrew Jeffery2019-09-031-1/+16
| * | | | | target/arm: Take exceptions on ATS instructions when neededPeter Maydell2019-09-031-15/+92
| * | | | | target/arm: Allow ARMCPRegInfo read/write functions to throw exceptionsPeter Maydell2019-09-033-1/+18