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
/
include
Age
Commit message (
Expand
)
Author
2023-10-19
ui/input: Constify QemuInputHandler structure
Philippe Mathieu-Daudé
2023-10-19
hw/audio/pcspk: Inline pcspk_init()
Philippe Mathieu-Daudé
2023-10-19
hw/ppc/pnv_xscom: Move sysbus_mmio_map() call within pnv_xscom_init()
Philippe Mathieu-Daudé
2023-10-19
hw/ppc/pnv_xscom: Rename pnv_xscom_realize(Error **) -> pnv_xscom_init()
Philippe Mathieu-Daudé
2023-10-19
hw/pci: Clean up global variable shadowing of address_space_io variable
Philippe Mathieu-Daudé
2023-10-19
hw/acpi/pcihp: Clean up global variable shadowing in acpi_pcihp_init()
Philippe Mathieu-Daudé
2023-10-19
hw/misc/mips_itu: Make MIPSITUState target agnostic
Philippe Mathieu-Daudé
2023-10-19
hw/misc/mips_itu: Declare itc_reconfigure() in 'hw/misc/mips_itu.h'
Philippe Mathieu-Daudé
2023-10-19
hw/mips: Merge 'hw/mips/cpudevs.h' with 'target/mips/cpu.h'
Philippe Mathieu-Daudé
2023-10-19
memory: follow Error API guidelines
Marc-André Lureau
2023-10-18
Merge tag 'pull-vfio-20231018' of https://github.com/legoater/qemu into staging
Stefan Hajnoczi
2023-10-18
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2023-10-18
ramfb: add migration support
Marc-André Lureau
2023-10-18
vfio/ccw: Remove redundant definition of TYPE_VFIO_CCW
Zhenzhong Duan
2023-10-18
vfio/common: Move legacy VFIO backend code into separate container.c
Yi Liu
2023-10-18
vfio/common: Introduce a global VFIODevice list
Zhenzhong Duan
2023-10-18
vfio/common: Store the parent container in VFIODevice
Zhenzhong Duan
2023-10-18
vfio/common: Introduce a per container device list
Zhenzhong Duan
2023-10-18
vfio/ccw: Use vfio_[attach/detach]_device
Eric Auger
2023-10-18
vfio/pci: Introduce vfio_[attach/detach]_device
Eric Auger
2023-10-18
vfio/common: Extract out vfio_kvm_device_[add/del]_fd
Zhenzhong Duan
2023-10-18
vfio/common: Move IOMMU agnostic helpers to a separate file
Yi Liu
2023-10-17
Merge tag 'migration-20231017-pull-request' of https://gitlab.com/juan.quinte...
Stefan Hajnoczi
2023-10-17
Merge tag 'gpu-pull-request' of https://gitlab.com/marcandre.lureau/qemu into...
Stefan Hajnoczi
2023-10-17
meson: do not use set10
Paolo Bonzini
2023-10-17
migration: hold the BQL during setup
Fiona Ebner
2023-10-16
Merge tag 'pull-loongarch-20231013' of https://gitlab.com/gaosong/qemu into s...
Stefan Hajnoczi
2023-10-16
Merge tag 'pull-ufs-20231013' of https://gitlab.com/jeuk20.kim/qemu into staging
Stefan Hajnoczi
2023-10-16
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Stefan Hajnoczi
2023-10-16
Merge tag 'pull-shadow-2023-10-12' of https://repo.or.cz/qemu/armbru into sta...
Stefan Hajnoczi
2023-10-16
Merge tag 'mem-2023-10-12' of https://github.com/davidhildenbrand/qemu into s...
Stefan Hajnoczi
2023-10-16
gfxstream + rutabaga prep: added need defintions, fields, and options
Gurchetan Singh
2023-10-16
virtio-gpu: blob prep
Antonio Caggiano
2023-10-16
virtio-gpu: hostmem
Gerd Hoffmann
2023-10-16
virtio-gpu: CONTEXT_INIT feature
Antonio Caggiano
2023-10-16
virtio: Add shared memory capability
Dr. David Alan Gilbert
2023-10-13
hw/ufs: Fix incorrect register fields
Jeuk Kim
2023-10-13
hw/loongarch/virt: Remove unused ISA Bus
Philippe Mathieu-Daudé
2023-10-12
block: Add assertion for bdrv_graph_wrlock()
Kevin Wolf
2023-10-12
block: Protect bs->children with graph_lock
Kevin Wolf
2023-10-12
block: Protect bs->parents with graph_lock
Kevin Wolf
2023-10-12
block: Mark bdrv_get_specific_info() and callers GRAPH_RDLOCK
Kevin Wolf
2023-10-12
block: Mark bdrv_apply_auto_read_only() and callers GRAPH_RDLOCK
Kevin Wolf
2023-10-12
block: Mark bdrv_op_is_blocked() and callers GRAPH_RDLOCK
Kevin Wolf
2023-10-12
qcow2: Mark qcow2_signal_corruption() and callers GRAPH_RDLOCK
Kevin Wolf
2023-10-12
block: Mark bdrv_amend_options() and callers GRAPH_RDLOCK
Kevin Wolf
2023-10-12
block: Mark bdrv_get_parent_name() and callers GRAPH_RDLOCK
Kevin Wolf
2023-10-12
block: Mark bdrv_primary_child() and callers GRAPH_RDLOCK
Kevin Wolf
2023-10-12
block: Mark bdrv_refresh_filename() and callers GRAPH_RDLOCK
Kevin Wolf
2023-10-12
block: Mark bdrv_get_xdbg_block_graph() and callers GRAPH_RDLOCK
Kevin Wolf
[next]