aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-09macfb: increase number of registers saved in MacfbStateMark Cave-Ayland2-1/+10
2022-03-09macfb: don't use special irq_state and irq_mask variables in MacfbStateMark Cave-Ayland2-10/+7
2022-03-09macfb: add VMStateDescription for MacfbNubusState and MacfbSysBusStateMark Cave-Ayland1-2/+22
2022-03-09macio/pmu.c: remove redundant codeMark Cave-Ayland2-35/+0
2022-03-09mos6522: implement edge-triggering for CA1/2 and CB1/2 control line IRQsMark Cave-Ayland4-12/+109
2022-03-09mac_via: make SCSI_DATA (DRQ) bit live rather than latchedMark Cave-Ayland1-1/+16
2022-03-09mos6522: record last_irq_levels in mos6522_set_irq()Mark Cave-Ayland2-2/+10
2022-03-09mos6522: add "info via" HMP command for debuggingMark Cave-Ayland4-0/+121
2022-03-09mos6522: add register names to register read/write trace eventsMark Cave-Ayland3-5/+14
2022-03-09mos6522: use device_class_set_parent_reset() to propagate reset to parentMark Cave-Ayland4-5/+9
2022-03-09mos6522: remove update_irq() and set_sr_int() methods from MOS6522DeviceClassMark Cave-Ayland2-11/+0
2022-03-09mos6522: switch over to use qdev gpios for IRQsMark Cave-Ayland6-56/+31
2022-03-09mac_via: use IFR bit flag constants for VIA2 IRQsMark Cave-Ayland1-10/+9
2022-03-09mac_via: use IFR bit flag constants for VIA1 IRQsMark Cave-Ayland1-10/+10
2022-03-09mos6522: add defines for IFR bit flagsMark Cave-Ayland1-7/+15
2022-03-08Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell66-174/+1229
2022-03-08Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/python-pull-request' ...Peter Maydell4-167/+268
2022-03-08Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-03-...Peter Maydell11-44/+47
2022-03-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...Peter Maydell71-212/+377
2022-03-08Merge remote-tracking branch 'remotes/kraxel/tags/seabios-20220307-pull-reque...Peter Maydell13-0/+0
2022-03-08Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20220307' int...Peter Maydell19-127/+403
2022-03-07hw/acpi/microvm: turn on 8042 bit in FADT boot architecture flags if presentAni Sinha1-0/+6
2022-03-07scripts/qmp-shell-wrap: Fix import pathJohn Snow1-1/+1
2022-03-07python/aqmp: drop _bind_hack()John Snow2-39/+4
2022-03-07python/aqmp: fix race condition in legacy.pyJohn Snow1-5/+2
2022-03-07python/aqmp: add start_server() and accept() methodsJohn Snow2-5/+69
2022-03-07python/aqmp: stop the server during disconnect()John Snow1-1/+5
2022-03-07python/aqmp: refactor _do_accept() into two distinct stepsJohn Snow2-7/+26
2022-03-07python/aqmp: squelch pylint warning for too many linesJohn Snow1-0/+3
2022-03-07python/aqmp: split _client_connected_cb() out as _incoming()John Snow1-25/+58
2022-03-07python/aqmp: remove _new_session and _establish_connectionJohn Snow2-74/+53
2022-03-07python/aqmp: rename 'accept()' to 'start_server_and_accept()'John Snow3-15/+17
2022-03-07python/aqmp: add _session_guard()John Snow1-27/+62
2022-03-07Merge remote-tracking branch 'remotes/philmd/tags/abstract-arch-cpu-20220307'...Peter Maydell87-402/+371
2022-03-07Check and report for incomplete 'global' option formatRohit Kumar1-0/+7
2022-03-07tests/vm: Update haiku test vm to R1/Beta3Thomas Huth1-4/+4
2022-03-07tests/avocado: Cancel BootLinux tests in case there is no free portThomas Huth1-0/+2
2022-03-07Merge remote-tracking branch 'remotes/hreitz-gitlab/tags/pull-block-2022-03-0...Peter Maydell29-195/+1499
2022-03-07hw/arm/virt: Disable LPA2 for -machine virt-6.2Richard Henderson2-0/+8
2022-03-07target/arm: Provide cpu property for controling FEAT_LPA2Richard Henderson4-1/+36
2022-03-07ui/cocoa: Use the standard about panelAkihiko Odaki1-89/+23
2022-03-07hw/intc/arm_gicv3_cpuif: Fix register names in ICV_HPPIR read trace eventPeter Maydell1-1/+2
2022-03-07hw/intc/arm_gicv3: Fix missing spaces in error log messagesPeter Maydell2-4/+4
2022-03-07hw/intc/arm_gicv3: Specify valid and impl in MemoryRegionOpsPeter Maydell1-0/+8
2022-03-07hw/intc/arm_gicv3_its: Add trace events for table reads and writesPeter Maydell2-6/+40
2022-03-07hw/intc/arm_gicv3_its: Add trace events for commandsPeter Maydell2-2/+38
2022-03-07target/arm/translate-neon: Simplify align field check for VLD3Peter Maydell1-5/+5
2022-03-07target/arm/translate-neon: UNDEF if VLD1/VST1 stride bits are non-zeroPeter Maydell1-0/+3
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell53-20/+112
2022-03-07util: Put qemu_vfree() in memalign.cPeter Maydell3-12/+11