aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-30Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell8-29/+128
2020-10-30Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/ide-pull-request' int...Peter Maydell1-7/+5
2020-10-29Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20201028' into...Peter Maydell23-141/+131
2020-10-29Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201027-...Peter Maydell64-279/+5461
2020-10-29Merge remote-tracking branch 'remotes/armbru/tags/pull-qmp-2020-10-27' into s...Peter Maydell2-125/+8
2020-10-28Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-misc-2710...Peter Maydell8-11/+32
2020-10-28Merge remote-tracking branch 'remotes/philmd-gitlab/tags/renesas-20201027' in...Peter Maydell8-42/+74
2020-10-28Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.2-pull-re...Peter Maydell25-834/+899
2020-10-28Revert series: virtiofsd: Announce submounts to the guestAlex Williamson12-780/+21
2020-10-27Merge remote-tracking branch 'remotes/philmd-gitlab/tags/led-api-20201026' in...Peter Maydell14-43/+365
2020-10-27Merge remote-tracking branch 'remotes/philmd-gitlab/tags/acceptance-testing-2...Peter Maydell3-3/+42
2020-10-27ide: clear SRST after SRST finishesJohn Snow1-0/+2
2020-10-27ide: perform SRST as early as possibleJohn Snow1-3/+1
2020-10-27ide: run diagnostic after SRSTJohn Snow1-4/+2
2020-10-27Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-2020...Peter Maydell17-40/+1528
2020-10-27block: End quiescent sections when a BDS is deletedGreg Kurz4-0/+29
2020-10-27qcow2: Skip copy-on-write when allocating a zero clusterAlberto Garcia3-16/+48
2020-10-27qcow2: Report BDRV_BLOCK_ZERO more accurately in bdrv_co_block_status()Alberto Garcia1-4/+4
2020-10-27qemu-img: add support for rate limit in qemu-img convertZhengui3-4/+33
2020-10-27qemu-img: add support for rate limit in qemu-img commitZhengui3-5/+14
2020-10-28ppc/: fix some comment spelling errorszhaolichang9-14/+14
2020-10-28spapr: Improve spapr_reallocate_hpt() error reportingGreg Kurz2-11/+12
2020-10-28target/ppc: Fix kvmppc_load_htab_chunk() error reportingGreg Kurz3-9/+11
2020-10-28spapr: Use error_append_hint() in spapr_reallocate_hpt()Greg Kurz1-3/+5
2020-10-28spapr: Simplify error handling in spapr_memory_plug()Greg Kurz3-15/+14
2020-10-28spapr: Pass &error_abort when getting some PC DIMM propertiesGreg Kurz1-14/+3
2020-10-28spapr: Use appropriate getter for PC_DIMM_SLOT_PROPGreg Kurz1-3/+6
2020-10-28spapr: Use appropriate getter for PC_DIMM_ADDR_PROPGreg Kurz1-2/+2
2020-10-28pc-dimm: Drop @errp argument of pc_dimm_plug()Greg Kurz5-22/+5
2020-10-28spapr: Simplify spapr_cpu_core_realize() and spapr_cpu_core_unrealize()Greg Kurz1-13/+3
2020-10-28spapr: Make spapr_cpu_core_unrealize() idempotentGreg Kurz1-20/+21
2020-10-28spapr: Drop spapr_delete_vcpu() unused argumentGreg Kurz1-3/+3
2020-10-28spapr: Unrealize vCPUs with qdev_unrealize()Greg Kurz3-2/+8
2020-10-28spapr: Fix leak of CPU machine specific dataGreg Kurz1-10/+12
2020-10-28spapr: Move spapr_create_nvdimm_dr_connectors() to core machine codeGreg Kurz3-12/+10
2020-10-28hw/net: move allocation to the heap due to very large stack frameElena Afanasova1-2/+3
2020-10-28ppc/spapr: re-assert IRQs during event-scan if there are pendingLaurent Vivier1-0/+12
2020-10-28spapr: Clarify why DR connectors aren't user creatableGreg Kurz1-1/+2
2020-10-27Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/tracing-pull-reque...Peter Maydell2-1/+5
2020-10-27hw/timer/armv7m_systick: Rewrite to use ptimersPeter Maydell2-73/+54
2020-10-27hw/core/ptimer: Support ptimer being disabled by timer callbackPeter Maydell1-0/+4
2020-10-27hw/arm/sbsa-ref: add SBSA watchdog deviceShashi Mallela1-0/+23
2020-10-27hw/watchdog: Implement SBSA watchdog deviceShashi Mallela5-0/+377
2020-10-27hw/arm/bcm2835_peripherals: connect the UART clockLuc Michel1-0/+2
2020-10-27hw/char/pl011: add a clock inputLuc Michel3-0/+47
2020-10-27hw/misc/bcm2835_cprman: add sane reset values to the registersLuc Michel2-0/+300
2020-10-27hw/misc/bcm2835_cprman: add the DSI0HSCK multiplexerLuc Michel3-1/+94
2020-10-27hw/misc/bcm2835_cprman: implement clock mux behaviourLuc Michel1-1/+52
2020-10-27hw/misc/bcm2835_cprman: add a clock mux skeleton implementationLuc Michel3-0/+658
2020-10-27hw/misc/bcm2835_cprman: implement PLL channels behaviourLuc Michel1-1/+32