summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | gdbstub: extend GByteArray to read register helpersAlex Bennée2020-03-172-19/+42
| * | | | gdbstub: add helper for 128 bit registersAlex Bennée2020-03-171-0/+13
* | | | | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200317' into...Peter Maydell2020-03-183-15/+27
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | ppc/spapr: Add FWNMI System Reset stateNicholas Piggin2020-03-171-1/+2
| * | | | ppc/spapr: Change FWNMI namesNicholas Piggin2020-03-171-10/+17
| * | | | spapr: Rename DT functions to newer naming conventionDavid Gibson2020-03-171-2/+2
| * | | | spapr/rtas: Reserve space for RTAS blob and logAlexey Kardashevskiy2020-03-171-0/+1
| * | | | ppc/spapr: Move GPRs setup to one placeAlexey Kardashevskiy2020-03-171-1/+3
| * | | | spapr: Don't clamp RMA to 16GiB on new machine typesDavid Gibson2020-03-171-0/+1
| * | | | spapr: Don't attempt to clamp RMA to VRMA constraintDavid Gibson2020-03-171-2/+1
| * | | | spapr: Handle pending hot plug/unplug requests at CASGreg Kurz2020-03-171-0/+1
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-03-1713-30/+153
|\ \ \ \ | |_|/ / |/| | |
| * | | lockable: add QemuRecMutex supportStefan Hajnoczi2020-03-171-2/+4
| * | | lockable: add lock guardsStefan Hajnoczi2020-03-171-0/+65
| * | | lockable: add QEMU_MAKE_LOCKABLE_NONNULLPaolo Bonzini2020-03-171-2/+15
| * | | qom/object: enable setter for uint typesFelipe Franciosi2020-03-161-8/+40
| * | | WHPX: TSC get and set should be dependent on VM stateSunil Muthuswamy2020-03-161-0/+7
| * | | util: add util function buffer_zero_avx512()Robert Hoo2020-03-161-0/+3
| * | | misc: Replace zero-length arrays with flexible array member (manual)Philippe Mathieu-Daudé2020-03-164-8/+8
| * | | misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé2020-03-166-11/+12
| |/ /
* | | hw/arm/fsl-imx6: Wire up USB controllersGuenter Roeck2020-03-171-0/+6
* | | hw/arm/fsl-imx6ul: Wire up USB controllersGuenter Roeck2020-03-171-0/+10
* | | hw/arm/fsl-imx6ul: Fix USB interrupt numbersGuenter Roeck2020-03-171-3/+3
* | | hw/usb: Add basic i.MX USB Phy supportGuenter Roeck2020-03-171-0/+53
|/ /
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200312'...Peter Maydell2020-03-1212-2/+912
|\ \
| * | hw/arm/virt: Introduce finalize_gic_version()Eric Auger2020-03-121-0/+1
| * | hw/arm/virt: Introduce VirtGICType enum typeEric Auger2020-03-121-2/+9
| * | hw/arm/allwinner: add RTC device supportNiek Linnenbank2020-03-123-0/+139
| * | hw/arm/allwinner-h3: add SDRAM controller deviceNiek Linnenbank2020-03-122-0/+111
| * | hw/arm/allwinner-h3: add Boot ROM supportNiek Linnenbank2020-03-121-0/+21
| * | hw/arm/allwinner-h3: add EMAC ethernet deviceNiek Linnenbank2020-03-122-0/+102
| * | hw/arm/allwinner: add SD/MMC host controllerNiek Linnenbank2020-03-123-0/+140
| * | hw/arm/allwinner: add Security Identifier deviceNiek Linnenbank2020-03-122-0/+63
| * | hw/arm/allwinner: add CPU Configuration moduleNiek Linnenbank2020-03-122-0/+55
| * | hw/arm/allwinner-h3: add System Control moduleNiek Linnenbank2020-03-122-0/+70
| * | hw/arm/allwinner-h3: add USB host controllerNiek Linnenbank2020-03-121-0/+8
| * | hw/arm/allwinner-h3: add Clock Control UnitNiek Linnenbank2020-03-122-0/+69
| * | hw/arm: add Allwinner H3 System-on-ChipNiek Linnenbank2020-03-121-0/+106
| * | hw/arm/fsl-imx25: Wire up USB controllersGuenter Roeck2020-03-121-0/+9
| * | hw/arm/fsl-imx25: Wire up eSDHC controllersGuenter Roeck2020-03-121-0/+9
* | | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2020-03-122-0/+8
|\ \ \ | |/ / |/| |
| * | block.c: adding bdrv_co_delete_fileDaniel Henrique Barboza2020-03-111-0/+1
| * | block: introducing 'bdrv_co_delete_file' interfaceDaniel Henrique Barboza2020-03-111-0/+4
| * | block: Make bdrv_get_cumulative_perm() publicKevin Wolf2020-03-111-0/+3
* | | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-03-11' in...Peter Maydell2020-03-114-66/+90
|\ \ \
| * | | block/block-copy: hide structure definitionsVladimir Sementsov-Ogievskiy2020-03-111-48/+4
| * | | block/block-copy: rename start to offset in interfacesVladimir Sementsov-Ogievskiy2020-03-111-2/+2
| * | | block/block-copy: refactor interfaces to use bytes instead of endVladimir Sementsov-Ogievskiy2020-03-111-3/+3
| * | | block/block-copy: fix progress calculationVladimir Sementsov-Ogievskiy2020-03-111-10/+5
| * | | job: refactor progress to separate objectVladimir Sementsov-Ogievskiy2020-03-112-9/+60