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
2024-07-09
hw/net:ftgmac100: update memory region size to 64KB
Jamin Lin
2024-07-05
hw/sd/sdcard: Extract TYPE_SDMMC_COMMON from TYPE_SD_CARD
Philippe Mathieu-Daudé
2024-07-05
hw/sd/sdcard: Introduce set_csd/set_cid handlers
Philippe Mathieu-Daudé
2024-07-05
hw/sd/sdcard: Cover more SDCardStates
Philippe Mathieu-Daudé
2024-07-05
hw/sd/sdcard: Trace length of data read on DAT lines
Philippe Mathieu-Daudé
2024-07-05
hw/sd/sdcard: Remove default case in read/write on DAT lines
Philippe Mathieu-Daudé
2024-07-05
hw/sd/sdcard: Remove noise from sd_cmd_name()
Philippe Mathieu-Daudé
2024-07-05
hw/sd/sdcard: Remove noise from sd_acmd_name()
Philippe Mathieu-Daudé
2024-07-05
hw/sd/sdcard: Remove sd_none enum from sd_cmd_type_t
Philippe Mathieu-Daudé
2024-07-05
hw/sd/sdcard: Add sd_cmd_GEN_CMD handler (CMD56)
Philippe Mathieu-Daudé
2024-07-05
hw/sd/sdcard: Rename sd_cmd_SEND_OP_COND handler
Philippe Mathieu-Daudé
2024-07-05
hw/sd/sdcard: Use spec v3.01 by default
Philippe Mathieu-Daudé
2024-07-05
hw/sd/sdcard: Remove leftover comment about removed 'spi' Property
Philippe Mathieu-Daudé
2024-07-05
hw/sd/sdcard: Generate random RCA value
Philippe Mathieu-Daudé
2024-07-05
hw/sd/npcm7xx_sdhci: Use TYPE_SYSBUS_SDHCI definition
Philippe Mathieu-Daudé
2024-07-05
hw/sd/sdhci: Log non-sequencial access as GUEST_ERROR
Philippe Mathieu-Daudé
2024-07-05
accel/tcg: Move qemu_plugin_vcpu_init__async() to plugins/
Philippe Mathieu-Daudé
2024-07-05
plugins: Free CPUPluginState before destroying vCPU state
Philippe Mathieu-Daudé
2024-07-05
hw/core: ensure kernel_end never gets used undefined
Alex Bennée
2024-07-04
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
2024-07-03
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Richard Henderson
2024-07-03
hw/pci: Replace -1 with UINT32_MAX for romsize
Akihiko Odaki
2024-07-03
pcie_sriov: Register VFs after migration
Akihiko Odaki
2024-07-03
pcie_sriov: Remove num_vfs from PCIESriovPF
Akihiko Odaki
2024-07-03
pcie_sriov: Release VFs failed to realize
Akihiko Odaki
2024-07-03
pcie_sriov: Reuse SR-IOV VF device instances
Akihiko Odaki
2024-07-03
pcie_sriov: Ensure VF function number does not overflow
Akihiko Odaki
2024-07-03
pcie_sriov: Do not manually unrealize
Akihiko Odaki
2024-07-03
hw/ppc/spapr_pci: Do not reject VFs created after a PF
Akihiko Odaki
2024-07-03
hw/ppc/spapr_pci: Do not create DT for disabled PCI device
Akihiko Odaki
2024-07-03
hw/pci: Rename has_power to enabled
Akihiko Odaki
2024-07-03
virtio-iommu: Clear IOMMUDevice when VFIO device is unplugged
Cédric Le Goater
2024-07-03
virtio: remove virtio_tswap16s() call in vring_packed_event_read()
Stefano Garzarella
2024-07-03
hw/cxl/events: Improve QMP interfaces and documentation for add/release dynam...
Jonathan Cameron
2024-07-03
hw/arm/virt-acpi-build: Fix id_count in build_iort_id_mapping
Nicolin Chen
2024-07-03
hw/i386/fw_cfg: Add etc/e820 to fw_cfg late
David Woodhouse
2024-07-03
hw/arm/virt-acpi-build: Drop local iort_node_offset
Nicolin Chen
2024-07-03
target/i386: do not include undefined bits in the AMD topoext leaf
Paolo Bonzini
2024-07-02
Merge tag 'pull-request-2024-07-02' of https://gitlab.com/thuth/qemu into sta...
Richard Henderson
2024-07-02
Merge tag 'sdmmc-20240702' of https://github.com/philmd/qemu into staging
Richard Henderson
2024-07-02
Merge tag 'pull-aspeed-20240702' of https://github.com/legoater/qemu into sta...
Richard Henderson
2024-07-02
Merge tag 'hw-misc-20240702' of https://github.com/philmd/qemu into staging
Richard Henderson
2024-07-02
hw/sd/sdcard: Add sd_acmd_SEND_SCR handler (ACMD51)
Philippe Mathieu-Daudé
2024-07-02
hw/sd/sdcard: Add sd_acmd_SET_CLR_CARD_DETECT handler (ACMD42)
Philippe Mathieu-Daudé
2024-07-02
hw/sd/sdcard: Add sd_acmd_SD_APP_OP_COND handler (ACMD41)
Philippe Mathieu-Daudé
2024-07-02
hw/sd/sdcard: Add sd_acmd_SET_WR_BLK_ERASE_COUNT handler (ACMD23)
Philippe Mathieu-Daudé
2024-07-02
hw/sd/sdcard: Add sd_acmd_SEND_NUM_WR_BLOCKS handler (ACMD22)
Philippe Mathieu-Daudé
2024-07-02
hw/sd/sdcard: Add sd_acmd_SD_STATUS handler (ACMD13)
Philippe Mathieu-Daudé
2024-07-02
hw/sd/sdcard: Add sd_acmd_SET_BUS_WIDTH handler (ACMD6)
Philippe Mathieu-Daudé
2024-07-02
hw/sd/sdcard: Add spi_cmd_CRC_ON_OFF handler (CMD59)
Philippe Mathieu-Daudé
[next]