aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-08mac_via: rename VIA2_IRQ_SLOT_BIT to VIA2_IRQ_NUBUS_BITMark Cave-Ayland1-11/+11
2021-09-08mac_via: remove explicit viaN prefix from VIA IRQ gpiosMark Cave-Ayland2-12/+7
2021-09-08mac_via: remove mac_via deviceMark Cave-Ayland3-97/+36
2021-09-08mac_via: move VIA1 realize logic from mac_via_realize() to mos6522_q800_via1_...Mark Cave-Ayland1-42/+44
2021-09-08mac_via: move VIA1 reset logic from mac_via_reset() to mos6522_q800_via1_reset()Mark Cave-Ayland1-14/+8
2021-09-08mac_via: move q800 VIA1 timer variables to q800 VIA1 VMStateDescriptionMark Cave-Ayland1-15/+5
2021-09-08mac_via: move ADB variables to MOS6522Q800VIA1StateMark Cave-Ayland3-99/+96
2021-09-08mac_via: move PRAM/RTC variables to MOS6522Q800VIA1StateMark Cave-Ayland2-79/+77
2021-09-08mac_via: move PRAM contents and block backend to MOS6522Q800VIA1StateMark Cave-Ayland2-32/+34
2021-09-08mac_via: move last_b variable into q800 VIA1 VMStateDescriptionMark Cave-Ayland1-1/+1
2021-09-08mac_via: introduce new VMStateDescription for q800 VIA1 and VIA2Mark Cave-Ayland1-4/+24
2021-09-08qapi: Fix bogus error for 'if': { 'not': '' }Markus Armbruster2-9/+14
2021-09-08tests/qapi-schema: Cover 'not' condition with empty argumentMarkus Armbruster4-0/+6
2021-09-08qapi: Bury some unused code in class IndentationMarkus Armbruster1-6/+1
2021-09-08qapi: Drop Indentation.__bool__()Markus Armbruster1-6/+3
2021-09-08qapi: Fix a botched type annotationMarkus Armbruster1-1/+2
2021-09-08escc: fix STATUS_SYNC bit in R_STATUS registerMark Cave-Ayland1-1/+8
2021-09-08escc: re-use escc_reset_chn() for soft resetMark Cave-Ayland1-7/+2
2021-09-08escc: remove register changes from escc_reset_chn()Mark Cave-Ayland1-25/+0
2021-09-08escc: implement hard reset as described in the datasheetMark Cave-Ayland1-28/+13
2021-09-08escc: implement soft reset as described in the datasheetMark Cave-Ayland1-17/+31
2021-09-08escc: introduce escc_hard_reset_chn() for hardware resetMark Cave-Ayland2-1/+38
2021-09-08escc: introduce escc_soft_reset_chn() for software resetMark Cave-Ayland2-2/+39
2021-09-08escc: reset register values to zero in escc_reset()Mark Cave-Ayland1-2/+17
2021-09-08escc: checkpatch fixesMark Cave-Ayland1-65/+97
2021-09-08sun4m: fix setting CPU id when more than one CPU is presentMark Cave-Ayland1-1/+1
2021-09-08tcg: Drop gen_io_end()Peter Maydell2-20/+10
2021-09-08target/sparc: Drop use of gen_io_end()Peter Maydell1-15/+10
2021-09-08Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-20210908' i...Peter Maydell4-0/+0
2021-09-08Update OpenBIOS images to d657b653 built from submodule.Mark Cave-Ayland4-0/+0
2021-09-07Merge remote-tracking branch 'remotes/thuth-gitlab/tags/s390x-pull-request-20...Peter Maydell22-151/+627
2021-09-07bsd-user: Remove all non-x86 code from elfload.cWarner Losh1-345/+2
2021-09-07bsd-user: style nits: bsdload.c whitespace to qemu standardWarner Losh1-2/+2
2021-09-07bsd-user: add license to bsdload.cWarner Losh1-1/+16
2021-09-07bsd-user: Add Stacey's copyright to main.cWarner Losh1-1/+2
2021-09-07bsd-user: add copyright header to elfload.cWarner Losh1-1/+18
2021-09-07bsd-user: remove sparc and sparc64Warner Losh6-477/+0
2021-09-07Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell4-56/+76
2021-09-07s390x/cpumodel: Add more feature to gen16 default modelChristian Borntraeger2-1/+12
2021-09-07Merge remote-tracking branch 'remotes/mjt/tags/patch-fetch' into stagingPeter Maydell1-8/+5
2021-09-07block/nvme: Only report VFIO error on failed retryPhilippe Mathieu-Daudé1-1/+7
2021-09-07util/vfio-helpers: Let qemu_vfio_do_mapping() propagate ErrorPhilippe Mathieu-Daudé1-4/+4
2021-09-07util/vfio-helpers: Simplify qemu_vfio_dma_map() returning directlyPhilippe Mathieu-Daudé1-13/+10
2021-09-07util/vfio-helpers: Use error_setg in qemu_vfio_find_[fixed/temp]_iovaPhilippe Mathieu-Daudé1-10/+14
2021-09-07util/vfio-helpers: Extract qemu_vfio_water_mark_reached()Philippe Mathieu-Daudé1-1/+16
2021-09-07util/vfio-helpers: Pass Error handle to qemu_vfio_dma_map()Philippe Mathieu-Daudé3-16/+18
2021-09-07block/nvme: Have nvme_create_queue_pair() report errors consistentlyPhilippe Mathieu-Daudé1-0/+3
2021-09-07util/vfio-helpers: Remove unreachable code in qemu_vfio_dma_map()Philippe Mathieu-Daudé1-4/+0
2021-09-07util/vfio-helpers: Replace qemu_mutex_lock() calls with QEMU_LOCK_GUARDPhilippe Mathieu-Daudé1-6/+3
2021-09-07util/vfio-helpers: Let qemu_vfio_verify_mappings() use error_report()Philippe Mathieu-Daudé1-2/+2