index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
Age
Commit message (
Expand
)
Author
2023-02-16
hw/riscv: handle 32 bit CPUs kernel_entry in riscv_load_kernel()
Daniel Henrique Barboza
2023-02-08
Drop duplicate #include
Markus Armbruster
2023-02-08
Don't include headers already included by qemu/osdep.h
Markus Armbruster
2023-02-08
Fix non-first inclusions of qemu/osdep.h
Markus Armbruster
2023-02-08
hw/input: Clean up includes
Markus Armbruster
2023-02-07
Merge tag 'pull-aspeed-20230207' of https://github.com/legoater/qemu into sta...
Peter Maydell
2023-02-07
Merge tag 'pull-riscv-to-apply-20230207' of https://github.com/alistair23/qem...
Peter Maydell
2023-02-07
Merge tag 'migration-20230206-pull-request' of https://gitlab.com/juan.quinte...
Peter Maydell
2023-02-07
aspeed/sdmc: Drop unnecessary scu include
Joel Stanley
2023-02-07
hw/arm/aspeed_ast10x0: Add TODO comment to use Cortex-M4F
Philippe Mathieu-Daudé
2023-02-07
hw/arm/aspeed_ast10x0: Map HACE peripheral
Philippe Mathieu-Daudé
2023-02-07
hw/arm/aspeed_ast10x0: Map the secure SRAM
Philippe Mathieu-Daudé
2023-02-07
hw/arm/aspeed_ast10x0: Map I3C peripheral
Philippe Mathieu-Daudé
2023-02-07
hw/arm/aspeed_ast10x0: Add various unimplemented peripherals
Philippe Mathieu-Daudé
2023-02-07
hw/misc/aspeed_hace: Do not crash if address_space_map() failed
Philippe Mathieu-Daudé
2023-02-07
hw/watchdog/wdt_aspeed: Log unimplemented registers as UNIMP level
Philippe Mathieu-Daudé
2023-02-07
hw/watchdog/wdt_aspeed: Extend MMIO range to cover more registers
Philippe Mathieu-Daudé
2023-02-07
hw/watchdog/wdt_aspeed: Rename MMIO region size as 'iosize'
Philippe Mathieu-Daudé
2023-02-07
hw/nvram/eeprom_at24c: Make reset behavior more like hardware
Peter Delevoryas
2023-02-07
hw/arm/aspeed: Add aspeed_eeprom.c
Peter Delevoryas
2023-02-07
hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper
Peter Delevoryas
2023-02-07
hw/arm/aspeed: Replace aspeed_eeprom_init with at24c_eeprom_init
Peter Delevoryas
2023-02-07
hw/arm: Extract at24c_eeprom_init helper from Aspeed and Nuvoton boards
Peter Delevoryas
2023-02-07
m25p80: Add the is25wp256 SFPD table
Guenter Roeck
2023-02-07
hw/net: Fix read of uninitialized memory in ftgmac100
Stephen Longfield
2023-02-07
aspeed: Add Supermicro X11 SPI machine type
Guenter Roeck
2023-02-07
tests/avocado: Truncate M2S-FG484 SOM SPI flash to 16MiB
Philippe Mathieu-Daudé
2023-02-07
hw/riscv: virt: Simplify virt_{get,set}_aclint()
Bin Meng
2023-02-07
hw/riscv: change riscv_compute_fdt_addr() semantics
Daniel Henrique Barboza
2023-02-07
hw/riscv: split fdt address calculation from fdt load
Daniel Henrique Barboza
2023-02-07
hw/riscv/boot.c: calculate fdt size after fdt_pack()
Daniel Henrique Barboza
2023-02-07
hw/riscv/spike.c: rename MachineState 'mc' pointers to' ms'
Daniel Henrique Barboza
2023-02-07
hw/riscv/virt.c: rename MachineState 'mc' pointers to 'ms'
Daniel Henrique Barboza
2023-02-07
hw/riscv/virt.c: calculate socket count once in create_fdt_imsic()
Daniel Henrique Barboza
2023-02-07
hw/riscv: boot: Don't use CSRs if they are disabled
Alistair Francis
2023-02-07
include/hw/riscv/opentitan: update opentitan IRQs
Wilfred Mallawa
2023-02-06
virtio-mem: Proper support for preallocation with migration
David Hildenbrand
2023-02-06
virtio-mem: Migrate immutable properties early
David Hildenbrand
2023-02-06
virtio-mem: Fail if a memory backend with "prealloc=on" is specified
David Hildenbrand
2023-02-06
migration: Remove unused threshold_size parameter
Juan Quintela
2023-02-06
migration: Split save_live_pending() into state_pending_*
Juan Quintela
2023-02-06
migration: No save_live_pending() method uses the QEMUFile parameter
Juan Quintela
2023-02-06
mac_oldworld: Allow specifying nvram backing store
BALATON Zoltan
2023-02-06
mac_nvram: Add block backend to persist NVRAM contents
BALATON Zoltan
2023-02-06
hw/misc/macio: Return bool from functions taking errp
BALATON Zoltan
2023-02-06
hw/misc/macio: Remove some single use local variables
BALATON Zoltan
2023-02-06
hw/misc/macio: Rename sysbus_dev to sbd for consistency and brevity
BALATON Zoltan
2023-02-06
hw/misc/macio: Avoid some QOM casts
BALATON Zoltan
2023-02-06
mac_{old,new}world: Use local variable instead of qdev_get_machine()
BALATON Zoltan
2023-02-06
input/adb: Only include header where needed
BALATON Zoltan
[next]