aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-03-09esp: convert ESPState pdma_cb from a function pointer to an integerMark Cave-Ayland1-1/+10
2022-03-09macfb: increase number of registers saved in MacfbStateMark Cave-Ayland1-1/+2
2022-03-09macfb: don't use special irq_state and irq_mask variables in MacfbStateMark Cave-Ayland1-2/+0
2022-03-09macio/pmu.c: remove redundant codeMark Cave-Ayland1-2/+0
2022-03-09mos6522: implement edge-triggering for CA1/2 and CB1/2 control line IRQsMark Cave-Ayland1-0/+15
2022-03-09mos6522: record last_irq_levels in mos6522_set_irq()Mark Cave-Ayland1-0/+1
2022-03-09mos6522: add "info via" HMP command for debuggingMark Cave-Ayland2-0/+3
2022-03-09mos6522: add register names to register read/write trace eventsMark Cave-Ayland1-0/+2
2022-03-09mos6522: remove update_irq() and set_sr_int() methods from MOS6522DeviceClassMark Cave-Ayland1-2/+0
2022-03-09mos6522: switch over to use qdev gpios for IRQsMark Cave-Ayland2-5/+2
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 Maydell17-14/+146
2022-03-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...Peter Maydell4-20/+62
2022-03-08Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20220307' int...Peter Maydell2-14/+3
2022-03-07Merge remote-tracking branch 'remotes/philmd/tags/abstract-arch-cpu-20220307'...Peter Maydell14-74/+97
2022-03-07hw/arm/virt: Disable LPA2 for -machine virt-6.2Richard Henderson1-0/+1
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell2-18/+61
2022-03-07util: Make qemu_oom_check() a static functionPeter Maydell1-2/+0
2022-03-079pfs: move qemu_dirent_dup() from osdep -> 9p-utilChristian Schoenebeck1-13/+0
2022-03-079p: linux: Fix a couple Linux assumptionsKeno Fischer1-1/+3
2022-03-07block: introduce snapshot-access block driverVladimir Sementsov-Ogievskiy1-0/+6
2022-03-07block/io: introduce block driver snapshot-access APIVladimir Sementsov-Ogievskiy2-0/+27
2022-03-07block/reqlist: add reqlist_wait_all()Vladimir Sementsov-Ogievskiy1-0/+8
2022-03-07block/dirty-bitmap: introduce bdrv_dirty_bitmap_status()Vladimir Sementsov-Ogievskiy2-0/+14
2022-03-07block: intoduce reqlistVladimir Sementsov-Ogievskiy1-0/+67
2022-03-07block/block-copy: add block_copy_reset()Vladimir Sementsov-Ogievskiy1-0/+1
2022-03-07block/block-copy: block_copy_state_new(): add bitmap parameterVladimir Sementsov-Ogievskiy1-0/+1
2022-03-07block/dirty-bitmap: bdrv_merge_dirty_bitmap(): add return valueVladimir Sementsov-Ogievskiy1-1/+1
2022-03-07block: fix preallocate filter: don't do unaligned preallocate requestsVladimir Sementsov-Ogievskiy1-1/+2
2022-03-06target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé2-2/+3
2022-03-06target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé1-0/+18
2022-03-06target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé3-3/+2
2022-03-06hw/acpi: add indication for i8042 in IA-PC boot flags of the FADT tableLiav Albani2-0/+16
2022-03-06exec/cpu_ldst: Include 'cpu.h' to get target_ulong definitionPhilippe Mathieu-Daudé1-0/+1
2022-03-06softmmu: Add qemu_init_arch_modules()Philippe Mathieu-Daudé1-0/+2
2022-03-06exec/cpu: Make address_space_init/reloading_memory_map target agnosticPhilippe Mathieu-Daudé2-25/+23
2022-03-06exec/gdbstub: Make gdb_exit() / gdb_set_stop_cpu() target agnosticPhilippe Mathieu-Daudé1-12/+13
2022-03-06misc: Add missing "sysemu/cpu-timers.h" includePhilippe Mathieu-Daudé1-1/+0
2022-03-06accel: Introduce AccelOpsClass::cpus_are_resettable()Philippe Mathieu-Daudé2-5/+2
2022-03-06accel: Introduce AccelOpsClass::cpu_thread_is_idle()Philippe Mathieu-Daudé1-0/+1
2022-03-06accel/hax: Introduce CONFIG_HAX_IS_POSSIBLEPhilippe Mathieu-Daudé1-6/+12
2022-03-06sysemu/kvm: Make kvm_on_sigbus() / kvm_on_sigbus_vcpu() target agnosticPhilippe Mathieu-Daudé1-3/+3
2022-03-06sysemu/memory_mapping: Become target-agnosticPhilippe Mathieu-Daudé1-3/+2
2022-03-06exec: Make cpu_memory_rw_debug() target agnosticPhilippe Mathieu-Daudé2-4/+4
2022-03-06exec: Declare vaddr as a generic target-agnostic typePhilippe Mathieu-Daudé2-12/+13
2022-03-06event_notifier: add event_notifier_get_wfd()Sergio Lopez1-0/+1
2022-03-06x86: cleanup unused compat_apic_id_modeIgor Mammedov1-2/+0
2022-03-06pc: add option to disable PS/2 mouse/keyboardJoelle van Dyne1-0/+2