aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-10qemu_timer.c: add timer_deadline_ms() helperDaniel Henrique Barboza3-3/+23
2021-03-10spapr_pci.c: add 'unplug already in progress' message for PCI unplugDaniel Henrique Barboza1-0/+4
2021-03-10spapr.c: add 'unplug already in progress' message for PHB unplugDaniel Henrique Barboza1-0/+4
2021-03-10hw/ppc: e500: Add missing <ranges> in the eTSEC nodeBin Meng1-0/+1
2021-03-10hw/net: fsl_etsec: Fix build error when HEX_DUMP is onBin Meng2-0/+2
2021-03-10spapr_drc.c: use DRC reconfiguration to cleanup DIMM unplug stateDaniel Henrique Barboza3-0/+55
2021-03-10spapr_drc.c: add hotunplug timeout for CPUsDaniel Henrique Barboza3-0/+18
2021-03-10spapr_drc.c: introduce unplug_timeout_timerDaniel Henrique Barboza2-0/+44
2021-03-10target/ppc: Fix bcdsub. emulation when result overflowsFabiano Rosas5-3/+171
2021-03-10docs/system: Extend PPC sectionCédric Le Goater6-38/+282
2021-03-10spapr: rename spapr_drc_detach() to spapr_drc_unplug_request()Daniel Henrique Barboza5-9/+9
2021-03-10spapr_drc.c: use spapr_drc_release() in isolate_physical/set_unusableDaniel Henrique Barboza1-16/+16
2021-03-10pseries: Update SLOF firmware imageAlexey Kardashevskiy3-1/+1
2021-03-10spapr_drc.c: do not call spapr_drc_detach() in drc_isolate_logical()Daniel Henrique Barboza1-13/+0
2021-03-10hw/display/sm501: Inline template header into C filePeter Maydell2-107/+81
2021-03-10hw/display/sm501: Expand out macros in template headerPeter Maydell1-43/+17
2021-03-10hw/display/sm501: Remove dead code for non-32-bit RGB surfacesPeter Maydell1-85/+6
2021-03-09Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210307' into...Peter Maydell8-351/+748
2021-03-09Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-hex-20210306' into...Peter Maydell3-2/+5
2021-03-08Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210306' into...Peter Maydell18-610/+529
2021-03-08Merge remote-tracking branch 'remotes/philmd-gitlab/tags/renesas-20210306' in...Peter Maydell19-78/+160
2021-03-08Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell33-124/+434
2021-03-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210308'...Peter Maydell48-619/+3109
2021-03-08hw/arm/mps2: Update old infocenter.arm.com URLsPeter Maydell14-20/+19
2021-03-08docs/system/arm/mps2.rst: Document the new mps3-an524 boardPeter Maydell1-6/+18
2021-03-08hw/arm/mps2-tz: Provide PL031 RTC on mps3-an524Peter Maydell1-2/+20
2021-03-08hw/arm/mps2-tz: Stub out USB controller for mps3-an524Peter Maydell1-1/+47
2021-03-07esp: add support for unaligned accessesMark Cave-Ayland1-7/+41
2021-03-07esp: implement non-DMA transfers in PDMA modeMark Cave-Ayland2-36/+98
2021-03-07esp: add trivial implementation of the ESP_RFLAGS registerMark Cave-Ayland1-0/+4
2021-03-07esp: convert cmdbuf from array to Fifo8Mark Cave-Ayland2-59/+101
2021-03-07esp: convert ti_buf from array to Fifo8Mark Cave-Ayland2-47/+79
2021-03-07esp: transition to message out phase after SATN and stop commandMark Cave-Ayland2-14/+60
2021-03-07esp: add maxlen parameter to get_cmd()Mark Cave-Ayland1-9/+11
2021-03-07esp: raise interrupt after every non-DMA byte transferred to the FIFOMark Cave-Ayland1-0/+6
2021-03-07esp: remove old deferred command completion mechanismMark Cave-Ayland2-28/+11
2021-03-07esp: defer command completion interrupt on incoming data transfersMark Cave-Ayland2-13/+54
2021-03-07esp: latch individual bits in ESP_RINTR registerMark Cave-Ayland1-16/+13
2021-03-07esp: implement FIFO flush commandMark Cave-Ayland1-0/+2
2021-03-07esp: add 4 byte PDMA read and write transfersMark Cave-Ayland1-2/+4
2021-03-07esp: remove pdma_origin from ESPStateMark Cave-Ayland2-72/+8
2021-03-07esp: use FIFO for PDMA transfers between initiator and deviceMark Cave-Ayland1-34/+75
2021-03-07esp: fix PDMA target selectionMark Cave-Ayland1-19/+34
2021-03-07esp: rename get_cmd_cb() to esp_select()Mark Cave-Ayland1-5/+5
2021-03-07esp: remove CMD pdma_originMark Cave-Ayland2-11/+12
2021-03-07esp: use in-built TC to determine PDMA transfer lengthMark Cave-Ayland2-16/+13
2021-03-07esp: use ti_wptr/ti_rptr to manage the current FIFO position for PDMAMark Cave-Ayland2-16/+8
2021-03-07esp: move PDMA length adjustments into esp_pdma_read()/esp_pdma_write()Mark Cave-Ayland1-10/+14
2021-03-07esp: remove redundant pdma_start from ESPStateMark Cave-Ayland2-18/+2
2021-03-07esp: remove the buf and buflen parameters from get_cmd()Mark Cave-Ayland1-5/+6