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
2024-02-13
esp.c: introduce esp_set_phase() helper function
Mark Cave-Ayland
2
-16
/
+36
2024-02-13
esp.c: decrement the TC during MESSAGE OUT and COMMAND phases
Mark Cave-Ayland
1
-0
/
+2
2024-02-13
esp.c: don't accumulate directly into cmdfifo
Mark Cave-Ayland
1
-7
/
+42
2024-02-13
esp.c: remove unused case from esp_pdma_read()
Mark Cave-Ayland
1
-6
/
+1
2024-02-13
esp.c: move buffer and TC logic into separate to/from device paths in esp_do_...
Mark Cave-Ayland
1
-25
/
+40
2024-02-13
esp.c: update TC check logic in do_dma_pdma_cb() to check for TC == 0
Mark Cave-Ayland
1
-13
/
+11
2024-02-13
esp.c: move command execution logic to new esp_run_cmd() function
Mark Cave-Ayland
1
-85
/
+92
2024-02-13
esp.c: start removal of manual STAT_TC setting when transfer counter reaches ...
Mark Cave-Ayland
1
-9
/
+2
2024-02-13
esp.c: update esp_set_tc() to set STAT_TC flag
Mark Cave-Ayland
1
-0
/
+6
2024-02-13
esp.c: move esp_select() to ESP selection commands from get_cmd()
Mark Cave-Ayland
1
-7
/
+18
2024-02-13
esp.c: remove FIFO clear from esp_select()
Mark Cave-Ayland
1
-1
/
+0
2024-02-13
esp.c: add FIFO wraparound support to esp_fifo_pop_buf()
Mark Cave-Ayland
1
-2
/
+15
2024-02-13
esp.c: move existing request cancel check into esp_select()
Mark Cave-Ayland
1
-5
/
+5
2024-02-13
esp.c: don't clear cmdfifo when esp_select() fails in get_cmd()
Mark Cave-Ayland
1
-3
/
+0
2024-02-13
Merge tag 'hppa64-pull-request' of https://github.com/hdeller/qemu-hppa into ...
Peter Maydell
4
-40
/
+65
2024-02-13
hw/smbios: Fix port connector option validation
Akihiko Odaki
1
-0
/
+6
2024-02-13
hw/smbios: Fix OEM strings table option validation
Akihiko Odaki
1
-0
/
+6
2024-02-13
hw/arm/smmuv3: Consolidate the use of device_class_set_parent_realize()
Zhao Liu
1
-2
/
+2
2024-02-13
hw/intc/s390_flic: Consolidate the use of device_class_set_parent_realize()
Zhao Liu
1
-2
/
+3
2024-02-13
hw/isa/pc87312: Consolidate the use of device_class_set_parent_realize()
Zhao Liu
1
-2
/
+2
2024-02-13
hw/isa/vt82c686: Consolidate the use of device_class_set_parent_realize()
Zhao Liu
1
-2
/
+2
2024-02-13
hw/hppa/machine: Load 64-bit firmware on 64-bit machines
Helge Deller
1
-22
/
+30
2024-02-11
hw/net/tulip: add chip status register values
Sven Schnelle
1
-2
/
+2
2024-02-11
lasi: Add reset I/O ports for LASI audio and FDC
Helge Deller
1
-0
/
+11
2024-02-11
lasi: allow access to LAN MAC address registers
Helge Deller
1
-0
/
+2
2024-02-11
hw/pci-host/astro: Implement Hard Fail and Soft Fail mode
Helge Deller
1
-6
/
+15
2024-02-11
hw/pci-host/astro: Avoid aborting on access failure
Helge Deller
1
-16
/
+11
2024-02-09
Merge tag 'pull-riscv-to-apply-20240209' of https://github.com/alistair23/qem...
Peter Maydell
8
-92
/
+104
2024-02-09
target/riscv: SMBIOS support for RISC-V virt machine
Heinrich Schuchardt
2
-0
/
+43
2024-02-09
smbios: function to set default processor family
Heinrich Schuchardt
1
-0
/
+7
2024-02-09
smbios: add processor-family option
Heinrich Schuchardt
1
-2
/
+11
2024-02-09
target/riscv: support new isa extension detection devicetree properties
Conor Dooley
3
-12
/
+5
2024-02-09
hw/riscv/virt.c: use g_autofree in create_fdt_*
Daniel Henrique Barboza
1
-56
/
+22
2024-02-09
hw/riscv/virt.c: use g_autofree in virt_machine_init()
Daniel Henrique Barboza
1
-3
/
+2
2024-02-09
hw/riscv/virt.c: use g_autofree in create_fdt_virtio()
Daniel Henrique Barboza
1
-3
/
+2
2024-02-09
hw/riscv/virt.c: use g_autofree in create_fdt_sockets()
Daniel Henrique Barboza
1
-6
/
+3
2024-02-09
hw/riscv/virt.c: use g_autofree in create_fdt_socket_cpus()
Daniel Henrique Barboza
1
-7
/
+5
2024-02-09
hw/riscv/numa.c: use g_autofree in socket_fdt_write_distance_matrix()
Daniel Henrique Barboza
1
-2
/
+2
2024-02-09
hw/riscv/virt-acpi-build.c: fix leak in build_rhct()
Daniel Henrique Barboza
1
-1
/
+1
2024-02-09
target/riscv: Move misa_mxl_max to class
Akihiko Odaki
1
-1
/
+2
2024-02-08
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Peter Maydell
5
-134
/
+209
2024-02-08
Merge tag 'pull-request-2024-02-06' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
2
-2
/
+3
2024-02-08
virtio-blk: avoid using ioeventfd state in irqfd conditional
Stefan Hajnoczi
1
-1
/
+1
2024-02-07
virtio-blk: Use ioeventfd_attach in start_ioeventfd
Hanna Czenczek
1
-11
/
+10
2024-02-07
virtio: Re-enable notifications after drain
Hanna Czenczek
1
-0
/
+42
2024-02-07
virtio-scsi: Attach event vq notifier with no_poll
Hanna Czenczek
1
-1
/
+6
2024-02-07
scsi: Don't ignore most usb-storage properties
Kevin Wolf
2
-24
/
+14
2024-02-07
virtio-blk: do not use C99 mixed declarations
Stefan Hajnoczi
1
-7
/
+10
2024-02-07
scsi: Await request purging
Hanna Czenczek
1
-9
/
+21
2024-02-07
virtio-blk: add vq_rq[] bounds check in virtio_blk_dma_restart_cb()
Stefan Hajnoczi
1
-0
/
+2
[next]