index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-02
aspeed: Introduce a spi_boot region under the SoC
Cédric Le Goater
4
-19
/
+29
2023-03-02
aspeed/fuji : correct the eeprom size
Sittisak Sinprem
1
-16
/
+20
2023-03-02
hw/at24c : modify at24c to support 1 byte address mode
Sittisak Sinprem
1
-3
/
+27
2023-03-02
hw/arm/aspeed: Adding new machine Tiogapass in QEMU
Karthikeyan Pasupathi
3
-0
/
+57
2023-03-02
hw/arm/aspeed: Adding new machine Yosemitev2 in QEMU
Karthikeyan Pasupathi
3
-0
/
+57
2023-03-02
hw/misc: add a toy i2c echo device
Klaus Jensen
2
-0
/
+158
2023-03-02
hw/i2c: only schedule pending master when bus is idle
Klaus Jensen
2
-15
/
+24
2023-03-02
pcie: introduce pcie_sltctl_powered_off() helper
Vladimir Sementsov-Ogievskiy
1
-6
/
+10
2023-03-02
pcie: pcie_cap_slot_enable_power() use correct helper
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2023-03-02
pcie_regs: drop duplicated indicator value macros
Vladimir Sementsov-Ogievskiy
1
-6
/
+7
2023-03-02
pcie: pcie_cap_slot_write_config(): use correct macro
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2023-03-02
pci/shpc: refactor shpc_device_plug_common()
Vladimir Sementsov-Ogievskiy
1
-11
/
+8
2023-03-02
pci/shpc: pass PCIDevice pointer to shpc_slot_command()
Vladimir Sementsov-Ogievskiy
1
-8
/
+10
2023-03-02
pci/shpc: more generic handle hot-unplug in shpc_slot_command()
Vladimir Sementsov-Ogievskiy
1
-21
/
+31
2023-03-02
pci/shpc: shpc_slot_command(): handle PWRONLY -> ENABLED transition
Vladimir Sementsov-Ogievskiy
1
-15
/
+9
2023-03-02
pci/shpc: change shpc_get_status() return type to uint8_t
Vladimir Sementsov-Ogievskiy
1
-2
/
+5
2023-03-02
pci/shpc: set attention led to OFF on reset
Vladimir Sementsov-Ogievskiy
1
-0
/
+1
2023-03-02
vdpa: stop all svq on device deletion
Eugenio Pérez
1
-15
/
+2
2023-03-02
vhost-user: Adopt new backend naming
Maxime Coquelin
2
-21
/
+21
2023-03-02
hw/timer/hpet: Fix expiration time overflow
Akihiko Odaki
1
-6
/
+13
2023-03-02
virtio-rng-pci: fix transitional migration compat for vectors
Dr. David Alan Gilbert
1
-0
/
+2
2023-03-02
vhost-user-rng: Back up vqs before cleaning up vhost_dev
Akihiko Odaki
1
-2
/
+3
2023-03-02
vhost-user-i2c: Back up vqs before cleaning up vhost_dev
Akihiko Odaki
1
-2
/
+3
2023-03-02
vhost-user-gpio: Configure vhost_dev when connecting
Akihiko Odaki
1
-4
/
+6
2023-03-02
virtio-net: clear guest_announce feature if no cvq backend
Eugenio Pérez
1
-0
/
+15
2023-03-02
Revert "hw/i386: pass RNG seed via setup_data entry"
Michael S. Tsirkin
5
-29
/
+7
2023-03-02
Revert "x86: return modified setup_data only if read as memory, not as file"
Michael S. Tsirkin
2
-42
/
+16
2023-03-02
Revert "x86: use typedef for SetupData struct"
Michael S. Tsirkin
1
-7
/
+7
2023-03-02
Revert "x86: reinitialize RNG seed on system reboot"
Michael S. Tsirkin
1
-7
/
+0
2023-03-02
Revert "x86: re-initialize RNG seed when selecting kernel"
Michael S. Tsirkin
1
-4
/
+1
2023-03-02
Revert "x86: do not re-randomize RNG seed on snapshot load"
Michael S. Tsirkin
1
-1
/
+1
2023-03-02
Revert "x86: don't let decompressed kernel image clobber setup_data"
Michael S. Tsirkin
3
-47
/
+29
2023-03-02
hw/smbios: fix field corruption in type 4 table
Julia Suvorova
1
-3
/
+5
2023-03-01
hw/riscv: Move the dtb load bits outside of create_fdt()
Bin Meng
2
-31
/
+29
2023-03-01
hw/riscv: Skip re-generating DT nodes for a given DTB
Bin Meng
2
-0
/
+2
2023-03-01
hw/riscv/virt.c: do not use RISCV_FEATURE_MMU in create_fdt_socket_cpus()
Daniel Henrique Barboza
1
-3
/
+4
2023-03-01
Merge branch 'xenfv-kvm-15' of git://git.infradead.org/users/dwmw2/qemu into ...
Paolo Bonzini
93
-802
/
+4688
2023-03-01
qapi: Add 'acpi' field to 'query-machines' output
Peter Krempa
1
-0
/
+1
2023-03-01
hw/xen: Subsume xen_be_register_common() into xen_be_init()
David Woodhouse
3
-46
/
+24
2023-03-01
kvm/i386: Add xen-evtchn-max-pirq property
David Woodhouse
1
-10
/
+11
2023-03-01
hw/xen: Support MSI mapping to PIRQ
David Woodhouse
7
-7
/
+317
2023-03-01
hw/xen: Support GSI mapping to PIRQ
David Woodhouse
3
-1
/
+75
2023-03-01
hw/xen: Implement emulated PIRQ hypercall support
David Woodhouse
4
-5
/
+308
2023-03-01
i386/xen: Implement HYPERVISOR_physdev_op
David Woodhouse
2
-0
/
+36
2023-03-01
hw/xen: Automatically add xen-platform PCI device for emulated Xen guests
David Woodhouse
1
-0
/
+3
2023-03-01
hw/xen: Add basic ring handling to xenstore
David Woodhouse
1
-3
/
+251
2023-03-01
hw/xen: Add xen_xenstore device for xenstore emulation
David Woodhouse
5
-0
/
+276
2023-03-01
hw/xen: Add backend implementation of interdomain event channel support
David Woodhouse
2
-7
/
+352
2023-03-01
i386/xen: handle PV timer hypercalls
Joao Martins
2
-0
/
+33
2023-03-01
hw/xen: Implement GNTTABOP_query_size
David Woodhouse
2
-0
/
+21
[prev]
[next]