aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-03-09mos6522: add register names to register read/write trace eventsMark Cave-Ayland
2022-03-09mos6522: remove update_irq() and set_sr_int() methods from MOS6522DeviceClassMark Cave-Ayland
2022-03-09mos6522: switch over to use qdev gpios for IRQsMark Cave-Ayland
2022-03-09mac_via: use IFR bit flag constants for VIA2 IRQsMark Cave-Ayland
2022-03-09mac_via: use IFR bit flag constants for VIA1 IRQsMark Cave-Ayland
2022-03-09mos6522: add defines for IFR bit flagsMark Cave-Ayland
2022-03-09Merge remote-tracking branch 'remotes/philmd/tags/mips-20220308' into stagingPeter Maydell
2022-03-08Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2022-03-08hw/isa: Inline and remove one-line isa_init_irq()Bernhard Beschow
2022-03-08hw/isa: Drop unused attributes from ISADeviceBernhard Beschow
2022-03-08hw/rtc/mc146818rtc: QOM'ify IRQ numberBernhard Beschow
2022-03-08hw/mips/gt64xxx_pci: Resolve gt64120_register()Bernhard Beschow
2022-03-08hw/isa/piix4: Resolve global instance variableBernhard Beschow
2022-03-08malta: Move PCI interrupt handling from gt64xxx_pci to piix4Bernhard Beschow
2022-03-08hw/sensor: add Renesas raa228000 deviceTitus Rwantare
2022-03-08hw/sensor: add Renesas raa229004 PMBus deviceTitus Rwantare
2022-03-08hw/sensor: add Intersil ISL69260 device modelTitus Rwantare
2022-03-08hw/i2c: Added linear mode translation for pmbus devicesShengtan Mao
2022-03-08hw/i2c: pmbus: fix error returns and guard against out of range accessesTitus Rwantare
2022-03-08hw/i2c: pmbus: add registersTitus Rwantare
2022-03-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...Peter Maydell
2022-03-08Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20220307' int...Peter Maydell
2022-03-08aspeed/smc: Rename 'max_peripherals' to 'cs_num_max'Cédric Le Goater
2022-03-08aspeed/smc: Remove 'num_cs' fieldCédric Le Goater
2022-03-07block: pass desired TLS hostname through from block driver clientDaniel P. Berrangé
2022-03-07Merge remote-tracking branch 'remotes/philmd/tags/abstract-arch-cpu-20220307'...Peter Maydell
2022-03-07hw/arm/virt: Disable LPA2 for -machine virt-6.2Richard Henderson
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell
2022-03-07util: Make qemu_oom_check() a static functionPeter Maydell
2022-03-079pfs: move qemu_dirent_dup() from osdep -> 9p-utilChristian Schoenebeck
2022-03-079p: linux: Fix a couple Linux assumptionsKeno Fischer
2022-03-07block: introduce snapshot-access block driverVladimir Sementsov-Ogievskiy
2022-03-07block/io: introduce block driver snapshot-access APIVladimir Sementsov-Ogievskiy
2022-03-07block/reqlist: add reqlist_wait_all()Vladimir Sementsov-Ogievskiy
2022-03-07block/dirty-bitmap: introduce bdrv_dirty_bitmap_status()Vladimir Sementsov-Ogievskiy
2022-03-07block: intoduce reqlistVladimir Sementsov-Ogievskiy
2022-03-07block/block-copy: add block_copy_reset()Vladimir Sementsov-Ogievskiy
2022-03-07block/block-copy: block_copy_state_new(): add bitmap parameterVladimir Sementsov-Ogievskiy
2022-03-07block/dirty-bitmap: bdrv_merge_dirty_bitmap(): add return valueVladimir Sementsov-Ogievskiy
2022-03-07block: fix preallocate filter: don't do unaligned preallocate requestsVladimir Sementsov-Ogievskiy
2022-03-06target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé
2022-03-06target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé
2022-03-06target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé
2022-03-06hw/acpi: add indication for i8042 in IA-PC boot flags of the FADT tableLiav Albani
2022-03-06exec/cpu_ldst: Include 'cpu.h' to get target_ulong definitionPhilippe Mathieu-Daudé
2022-03-06softmmu: Add qemu_init_arch_modules()Philippe Mathieu-Daudé
2022-03-06exec/cpu: Make address_space_init/reloading_memory_map target agnosticPhilippe Mathieu-Daudé
2022-03-06exec/gdbstub: Make gdb_exit() / gdb_set_stop_cpu() target agnosticPhilippe Mathieu-Daudé
2022-03-06misc: Add missing "sysemu/cpu-timers.h" includePhilippe Mathieu-Daudé
2022-03-06accel: Introduce AccelOpsClass::cpus_are_resettable()Philippe Mathieu-Daudé