aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-10-27block: End quiescent sections when a BDS is deletedGreg Kurz1-0/+6
2020-10-27qcow2: Skip copy-on-write when allocating a zero clusterAlberto Garcia1-0/+2
2020-10-28spapr: Improve spapr_reallocate_hpt() error reportingGreg Kurz1-2/+1
2020-10-28spapr: Simplify error handling in spapr_memory_plug()Greg Kurz1-1/+1
2020-10-28pc-dimm: Drop @errp argument of pc_dimm_plug()Greg Kurz1-1/+1
2020-10-28spapr: Move spapr_create_nvdimm_dr_connectors() to core machine codeGreg Kurz1-1/+0
2020-10-27hw/timer/armv7m_systick: Rewrite to use ptimersPeter Maydell1-1/+2
2020-10-27hw/watchdog: Implement SBSA watchdog deviceShashi Mallela1-0/+79
2020-10-27hw/char/pl011: add a clock inputLuc Michel1-0/+1
2020-10-27hw/misc/bcm2835_cprman: add sane reset values to the registersLuc Michel1-0/+269
2020-10-27hw/misc/bcm2835_cprman: add the DSI0HSCK multiplexerLuc Michel2-0/+21
2020-10-27hw/misc/bcm2835_cprman: add a clock mux skeleton implementationLuc Michel2-0/+507
2020-10-27hw/misc/bcm2835_cprman: add a PLL channel skeleton implementationLuc Michel2-0/+190
2020-10-27hw/misc/bcm2835_cprman: implement PLLs behaviourLuc Michel1-0/+8
2020-10-27hw/misc/bcm2835_cprman: add a PLL skeleton implementationLuc Michel2-0/+173
2020-10-27hw/arm/raspi: add a skeleton implementation of the CPRMANLuc Michel3-1/+63
2020-10-27hw/arm/raspi: fix CPRMAN base addressLuc Michel2-4/+3
2020-10-27hw/core/clock: provide the VMSTATE_ARRAY_CLOCK macroLuc Michel1-0/+5
2020-10-27hw/arm/bcm2836: Introduce the BCM2835 SoCPhilippe Mathieu-Daudé1-0/+1
2020-10-27hw/arm/bcm2836: Restrict BCM283XInfo declaration to C sourcePhilippe Mathieu-Daudé1-8/+0
2020-10-27hw/gpio: Add GPIO model for Nuvoton NPCM7xxHavard Skinnemoen2-0/+57
2020-10-27hw/arm/npcm7xx: Add EHCI and OHCI controllersHavard Skinnemoen1-0/+4
2020-10-27hw/misc: Add npcm7xx random number generatorHavard Skinnemoen2-0/+36
2020-10-27hw/timer: Adding watchdog for NPCM7XX Timer.Hao Wu2-7/+43
2020-10-27include/elf: Add defines related to GNU property notes for AArch64Richard Henderson1-0/+22
2020-10-27linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTIRichard Henderson1-0/+2
2020-10-27hw/block/nvme: fix prp mapping status codesGollu Appalanaidu1-0/+1
2020-10-27hw/block/nvme: reject io commands if only admin command set selectedKlaus Jensen1-0/+5
2020-10-27hw/block/nvme: support for admin-only command setKeith Busch1-1/+2
2020-10-27hw/block/nvme: validate command set selectedKeith Busch1-0/+4
2020-10-27hw/block/nvme: support per-namespace smart logKeith Busch1-0/+1
2020-10-27Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20201026a'...Peter Maydell1-13/+0
2020-10-27pci: allocate pci id for nvmeKlaus Jensen1-0/+1
2020-10-27hw/block/nvme: add support for scatter gather listsKlaus Jensen1-3/+3
2020-10-27pci: pass along the return value of dma_memory_rwKlaus Jensen1-2/+1
2020-10-27elf: Add EM_RX definitionYoshinori Sato1-0/+2
2020-10-26linux/fuse.h: Pull in from LinuxMax Reitz1-1/+10
2020-10-26migration: Drop unused VMSTATE_FLOAT64 supportPeter Maydell1-13/+0
2020-10-26Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-1/+0
2020-10-26Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-10-2...Peter Maydell3-0/+27
2020-10-26hw/misc/mps2-scc: Use the LED devicePhilippe Mathieu-Daudé1-0/+2
2020-10-26hw/misc/mps2-fpgaio: Use the LED devicePhilippe Mathieu-Daudé1-0/+2
2020-10-26hw/misc/led: Allow connecting from GPIO outputPhilippe Mathieu-Daudé2-0/+26
2020-10-26hw/misc/led: Add a LED devicePhilippe Mathieu-Daudé1-0/+87
2020-10-26Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20201...Peter Maydell4-4/+98
2020-10-26machine: remove deprecated -machine enforce-config-section optionPaolo Bonzini1-1/+0
2020-10-26fuzz: Add fuzzer callbacks to DMA-read functionsAlexander Bulekov2-0/+4
2020-10-26fuzz: Declare DMA Read callback functionAlexander Bulekov1-0/+8
2020-10-26fuzz: Add DMA support to the generic-fuzzerAlexander Bulekov1-0/+7
2020-10-24memory: Add FlatView foreach functionAlexander Bulekov1-0/+5