summary refs log tree commit diff stats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | gdbstub: Add syscall entry/return hooksIlya Leoshkevich2024-02-092-2/+18
| * | | | gdbstub: Allow specifying a reason in stop packetsIlya Leoshkevich2024-02-091-2/+14
| * | | | Revert "hw/elf_ops: Ignore loadable segments with zero size"Alex Bennée2024-02-091-39/+36
| |/ / /
* | | | Merge tag 'misc-fixes-pull-request' of https://gitlab.com/berrange/qemu into ...Peter Maydell2024-02-123-0/+22
|\ \ \ \ | |_|_|/ |/| | |
| * | | crypto: Modify the qcrypto_block_create to support creation flagsHyman Huang2024-02-091-0/+11
| * | | crypto: Support LUKS volume with detached headerHyman Huang2024-02-091-0/+5
| * | | qemu_init: increase NOFILE soft limit on POSIXFiona Ebner2024-02-092-0/+6
* | | | Merge tag 'pull-riscv-to-apply-20240209' of https://github.com/alistair23/qem...Peter Maydell2024-02-091-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | smbios: function to set default processor familyHeinrich Schuchardt2024-02-091-0/+1
* | | | Merge tag 'migration-staging-pull-request' of https://gitlab.com/peterx/qemu ...Peter Maydell2024-02-091-0/+6
|\ \ \ \
| * | | | migration: prevent migration when VM has poisoned memoryWilliam Roche2024-02-051-0/+6
| | |_|/ | |/| |
* | | | Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell2024-02-083-6/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | virtio: Re-enable notifications after drainHanna Czenczek2024-02-071-1/+6
| * | | scsi: Don't ignore most usb-storage propertiesKevin Wolf2024-02-071-4/+1
| * | | virtio-blk: declare VirtIOBlock::rq with a typeStefan Hajnoczi2024-02-071-1/+1
| |/ /
* | | Merge tag 'pull-tcg-20240205-2' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell2024-02-081-16/+48
|\ \ \ | |_|/ |/| |
| * | tcg: Introduce TCG_COND_TST{EQ,NE}Richard Henderson2024-02-031-16/+48
| |/
* / oslib-posix: initialize backend memory objects in parallelMark Kanda2024-02-062-1/+22
|/
* Merge tag 'pull-tcg-20240202-2' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell2024-02-033-0/+28
|\
| * include/exec: Change cpu_mmu_index argument to CPUStateRichard Henderson2024-02-032-3/+2
| * include/exec: Implement cpu_mmu_index genericallyRichard Henderson2024-02-032-0/+26
| * include/hw/core: Add mmu_index to CPUClassRichard Henderson2024-02-031-0/+3
* | Merge tag 'pull-target-arm-20240202' of https://git.linaro.org/people/pmaydel...Peter Maydell2024-02-026-6/+428
|\ \ | |/ |/|
| * hw/arm: Connect SPI Controller to BCM2835Rayhan Faizel2024-02-021-1/+2
| * hw/ssi: Implement BCM2835 SPI ControllerRayhan Faizel2024-02-021-0/+81
| * hw/arm: Add GMAC devices to NPCM7XX SoCHao Wu2024-02-021-0/+2
| * hw/net: Add NPCMXXX GMAC deviceHao Wu2024-02-021-0/+343
| * hw/arm/msf2: Simplify setting MachineClass::valid_cpu_types[]Philippe Mathieu-Daudé2024-02-021-3/+0
| * hw/core: Remove transitional infrastructure from BusClassPeter Maydell2024-02-021-2/+0
* | net: make nb_nics and nd_table[] static in net/net.cDavid Woodhouse2024-02-021-4/+0
* | net: remove qemu_show_nic_models(), qemu_find_nic_model()David Woodhouse2024-02-021-3/+0
* | hw/pci: remove pci_nic_init_nofail()David Woodhouse2024-02-021-3/+0
* | net: remove qemu_check_nic_model()David Woodhouse2024-02-021-1/+0
* | hw/net/lasi_i82596: use qemu_create_nic_device()David Woodhouse2024-02-021-2/+2
* | hw/net/etraxfs-eth: use qemu_configure_nic_device()David Woodhouse2024-02-021-1/+1
* | hw/net/lan9118: use qemu_configure_nic_device()David Woodhouse2024-02-021-1/+1
* | hw/net/smc91c111: use qemu_configure_nic_device()David Woodhouse2024-02-021-1/+1
* | hw/xen: use qemu_create_nic_bus_devices() to instantiate Xen NICsDavid Woodhouse2024-02-023-5/+2
* | hw/i386/pc: use qemu_get_nic_info() and pci_init_nic_devices()David Woodhouse2024-02-021-2/+0
* | hw/pci: add pci_init_nic_devices(), pci_init_nic_in_slot()David Woodhouse2024-02-021-1/+3
* | net: add qemu_create_nic_bus_devices()David Woodhouse2024-02-021-0/+22
* | net: add qemu_{configure,create}_nic_device(), qemu_find_nic_info()David Woodhouse2024-02-021-0/+40
|/
* Merge tag 'pull-aspeed-20240201' of https://github.com/legoater/qemu into sta...Peter Maydell2024-02-016-1/+199
|\
| * hw/arm: Hook up FSI module in AST2600Ninad Palsule2024-02-011-0/+4
| * hw/fsi: Aspeed APB2OPB & On-chip peripheral busNinad Palsule2024-02-011-0/+46
| * hw/fsi: Introduce IBM's FSI masterNinad Palsule2024-02-011-0/+32
| * hw/fsi: Introduce IBM's cfamNinad Palsule2024-02-011-0/+34
| * hw/fsi: Introduce IBM's fsi-slave modelNinad Palsule2024-02-011-0/+18
| * hw/fsi: Introduce IBM's FSI BusNinad Palsule2024-02-011-0/+19
| * hw/fsi: Introduce IBM's scratchpad deviceNinad Palsule2024-02-011-0/+11