hw/block/nvme: verify msix_init_exclusive_bar() return value
[qemu.git] / include /
2020-06-17 Klaus Jensenhw/block/nvme: use constants in identify
2020-06-17 Sergio Lopezvirtio-blk: On restart, process queued requests in...
2020-06-17 Sergio Lopezvirtio-blk: Refactor the code that processes queued...
2020-06-17 Philippe Mathieu... hw/ide: Make IDEDMAOps handlers take a const IDEDMA...
2020-06-16 Peter MaydellMerge remote-tracking branch 'remotes/stsquad/tags...
2020-06-16 Robert Foleyinclude/qemu: Added tsan.h for annotations.
2020-06-16 Emilio G. Cotathread: add tsan annotations to QemuSpin
2020-06-16 Emilio G. Cotatcg: call qemu_spin_destroy for tb->jmp_lock
2020-06-16 Emilio G. Cotacputlb: destroy CPUTLB with tlb_destroy
2020-06-16 Emilio G. Cotathread: add qemu_spin_destroy
2020-06-16 Emilio G. Cotacpu: convert queued work to a QSIMPLEQ
2020-06-16 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2020-06-16 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2020-06-16 Peter MaydellMerge remote-tracking branch 'remotes/amarkovic/tags...
2020-06-16 Guenter Roecksd: sdhci: Implement basic vendor specific register...
2020-06-16 Peter MaydellMerge remote-tracking branch 'remotes/huth-gitlab/tags...
2020-06-15 Markus Armbrusterqdev: qdev_init_nofail() is now unused, drop
2020-06-15 Markus Armbrustersysbus: sysbus_init_child_obj() is now unused, drop
2020-06-15 Markus Armbrustersysbus: Convert to sysbus_realize() etc. with Coccinelle
2020-06-15 Markus Armbrustersysbus: New sysbus_realize(), sysbus_realize_and_unref()
2020-06-15 Markus Armbrusterqom: Less verbose object_initialize_child()
2020-06-15 Markus Armbrusterauxbus: Eliminate aux_create_slave()
2020-06-15 Markus Armbrusterauxbus: New aux_bus_realize(), pairing with aux_bus_init()
2020-06-15 Markus Armbrusterauxbus: Rename aux_init_bus() to aux_bus_init()
2020-06-15 Markus Armbrusterqdev: qdev_create(), qdev_try_create() are now unused...
2020-06-15 Markus Armbrusterusb: usb_create() is now unused, drop
2020-06-15 Markus Armbrusterusb: Convert uses of usb_create()
2020-06-15 Markus Armbrusterusb: New usb_new(), usb_realize_and_unref()
2020-06-15 Markus Armbrusterssi: ssi_create_slave_no_init() is now unused, drop
2020-06-15 Markus Armbrusterssi: ssi_auto_connect_slaves() never does anything...
2020-06-15 Markus Armbrusterisa: isa_create(), isa_try_create() are now unused...
2020-06-15 Markus Armbrusterisa: Convert uses of isa_create(), isa_try_create(...
2020-06-15 Markus Armbrusterisa: Convert uses of isa_create() with Coccinelle
2020-06-15 Markus Armbrusterisa: New isa_new(), isa_realize_and_unref() etc.
2020-06-15 Markus Armbrusterpci: pci_create(), pci_create_multifunction() are now...
2020-06-15 Markus Armbrusterpci: New pci_new(), pci_realize_and_unref() etc.
2020-06-15 Markus Armbrusterqdev: Convert uses of qdev_create() with Coccinelle
2020-06-15 Markus Armbrusterqdev: Convert to qdev_unrealize() manually
2020-06-15 Markus Armbrusterqdev: New qdev_new(), qdev_realize(), etc.
2020-06-15 Markus Armbrusterriscv: Fix type of SiFive[EU]SocState, member parent_obj
2020-06-15 Markus Armbrusterpnv/psi: Correct the pnv-psi* devices not to be sysbus...
2020-06-15 Cédric Le Goaterarm/aspeed: Rework NIC attachment
2020-06-15 Cédric Le Goaterarm/aspeed: Compute the number of CPUs from the SoC...
2020-06-15 Markus Armbrusterqom: Constify object_get_canonical_path{,_component...
2020-06-15 Peter MaydellMerge remote-tracking branch 'remotes/berrange/tags...
2020-06-15 Alexey Krasikovcrypto/linux_keyring: add 'secret_keyring' secret object.
2020-06-15 Alexey Krasikovcrypto/secret: move main logic from 'secret' to 'secret...
2020-06-12 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2020-06-12 Philippe Mathieu... exec/cpu-common: Move MUSB specific typedefs to 'hw...
2020-06-12 Philippe Mathieu... hw/usb: Move device-specific declarations to new 'hcd...
2020-06-12 Philippe Mathieu... exec/memory: Remove unused MemoryRegionMmio type
2020-06-12 Roman Bolshakovi386: hvf: Drop HVFX86EmulatorState
2020-06-12 Roman Bolshakovi386: hvf: Clean stray includes in sysemu
2020-06-12 Roman Bolshakovi386: hvf: Drop useless declarations in sysemu
2020-06-12 Roman Bolshakovi386: hvf: Move HVFState definition into hvf
2020-06-12 Philippe Mathieu... sysemu/hvf: Only declare hvf_allowed when HVF is available
2020-06-12 Philippe Mathieu... sysemu/tcg: Only declare tcg_allowed when TCG is available
2020-06-12 Philippe Mathieu... sysemu/accel: Restrict machine methods to system-mode
2020-06-12 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2020-06-12 Gerd Hoffmannacpi: ged: rename event memory region
2020-06-12 Gerd Hoffmannacpi: fadt: add hw-reduced sleep register support
2020-06-12 Stefano Garzarellavirtio: add vhost-user-vsock base device
2020-06-12 Stefano Garzarellavhost-vsock: add vhost-vsock-common abstraction
2020-06-12 Raphael NorwitzAdd VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTS
2020-06-11 Peter MaydellMerge remote-tracking branch 'remotes/ericb/tags/pull...
2020-06-11 Peter MaydellMerge remote-tracking branch 'remotes/vivier2/tags...
2020-06-11 Peter MaydellMerge remote-tracking branch 'remotes/ericb/tags/pull...
2020-06-11 Peter MaydellMerge remote-tracking branch 'remotes/amarkovic/tags...
2020-06-11 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2020-06-10 Prasad J Panditexec: set map length to zero when returning NULL
2020-06-10 Philippe Mathieu... qemu/thread: Mark qemu_thread_exit() with 'noreturn...
2020-06-10 Philippe Mathieu... memory: Make 'info mtree' not display disabled regions...
2020-06-10 Peter XuKVM: Kick resamplefd for split kernel irqchip
2020-06-10 Philippe Mathieu... hw/elf_ops: Do not ignore write failures when loading ELF
2020-06-10 Philippe Mathieu... exec: Propagate cpu_memory_rw_debug() error
2020-06-10 Philippe Mathieu... exec: Let address_space_read/write_cached() propagate...
2020-06-10 Philippe Mathieu... accel: Move Xen accelerator code under accel/xen/
2020-06-10 Liran Alonhw/i386/vmport: Add support for CMD_GETHZ
2020-06-10 Liran Alonhw/i386/vmport: Add support for CMD_GET_VCPU_INFO
2020-06-10 Liran Alonhw/i386/vmport: Add support for CMD_GETBIOSUUID
2020-06-10 Liran Alonhw/i386/vmport: Define enum for all commands
2020-06-10 Liran Alonhw/i386/vmport: Introduce vmport.h
2020-06-10 Jon Doronvmbus: add infrastructure to save/load vmbus requests
2020-06-10 Jon Doroni386: Hyper-V VMBus ACPI DSDT entry
2020-06-10 Jon Doronvmbus: vmbus implementation
2020-06-10 Jon Doronvmbus: add vmbus protocol definitions
2020-06-10 Jon Doronhyperv: expose API to determine if synic is enabled
2020-06-10 Philippe Mathieu... io/task: Move 'qom/object.h' header to source
2020-06-10 Philippe Mathieu... qom/object: Move Object typedef to 'qemu/typedefs.h'
2020-06-09 Peter MaydellMerge remote-tracking branch 'remotes/stsquad/tags...
2020-06-09 Alexander Duyckvirtio-balloon: Provide an interface for free page...
2020-06-09 Alexander Duyckvirtio-balloon: Implement support for page poison repor...
2020-06-09 Eric Augerarm/acpi: TPM2 ACPI table support
2020-06-09 Eric Augeracpi: Move build_tpm2() in the generic part
2020-06-09 Peter MaydellMerge remote-tracking branch 'remotes/philmd-gitlab...
2020-06-09 Vishal Vermahw/acpi/nvdimm: add a helper to augment SRAT generation
2020-06-09 Philippe Mathieu... hw/misc/empty_slot: Name the slots when created
2020-06-09 Philippe Mathieu... hw/misc/empty_slot: Move the 'hw/misc' and cover in...
2020-06-08 Emilio G. Cotaqemu-plugin.h: add missing include <stddef.h> to define...
2020-06-08 Peter MaydellMerge remote-tracking branch 'remotes/vivier2/tags...
next
This page took 0.086124 seconds and 7 git commands to generate.