index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
qapi
/
source.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-03-23
qapi/pragma: Tidy up after removal of deprecated commands
Markus Armbruster
1
-5
/
+1
2021-03-22
target/riscv: Prevent lost illegal instruction exceptions
Georg Kotheimer
1
-178
/
+1
2021-03-22
docs/system: riscv: Add documentation for 'microchip-icicle-kit' machine
Bin Meng
2
-0
/
+90
2021-03-22
hw/riscv: microchip_pfsoc: Map EMMC/SD mux register
Bin Meng
2
-0
/
+7
2021-03-22
hw/block: m25p80: Support fast read for SST flashes
Bin Meng
1
-0
/
+3
2021-03-22
target/riscv: Add proper two-stage lookup exception detection
Georg Kotheimer
3
-13
/
+13
2021-03-22
target/riscv: Fix read and write accesses to vsip and vsie
Georg Kotheimer
1
-34
/
+34
2021-03-22
hw/riscv: allow ramfb on virt
Asherah Connor
1
-0
/
+3
2021-03-22
hw/riscv: Add fw_cfg support to virt
Asherah Connor
3
-0
/
+33
2021-03-22
target/riscv: Use background registers also for MSTATUS_MPV
Georg Kotheimer
1
-1
/
+1
2021-03-22
target/riscv: Make VSTIP and VSEIP read-only in hip
Georg Kotheimer
1
-3
/
+4
2021-03-22
target/riscv: Adjust privilege level for HLV(X)/HSV instructions
Georg Kotheimer
1
-11
/
+14
2021-03-22
target/riscv: flush TLB pages if PMP permission has been changed
Jim Shu
1
-0
/
+4
2021-03-22
target/riscv: add log of PMP permission checking
Jim Shu
1
-0
/
+12
2021-03-22
target/riscv: propagate PMP permission to TLB page
Jim Shu
3
-43
/
+125
2021-03-22
hw/char: disable ibex uart receive if the buffer is full
Alexander Wagner
2
-5
/
+22
2021-03-22
target/riscv: fix vs() to return proper error code
Frank Chang
1
-1
/
+1
2021-03-22
acpi: Move setters/getters of oem fields to X86MachineState
Marian Postevca
8
-169
/
+100
2021-03-22
acpi: Set proper maximum size for "etc/acpi/rsdp" blob
David Hildenbrand
1
-1
/
+6
2021-03-22
acpi: Move maximum size logic into acpi_add_rom_blob()
David Hildenbrand
6
-30
/
+26
2021-03-22
microvm: Don't open-code "etc/table-loader"
David Hildenbrand
1
-1
/
+1
2021-03-22
acpi: Set proper maximum size for "etc/table-loader" blob
David Hildenbrand
4
-3
/
+6
2021-03-22
tests: acpi: update expected blobs
Igor Mammedov
12
-11
/
+0
2021-03-22
pci: acpi: add _DSM method to PCI devices
Igor Mammedov
2
-3
/
+103
2021-03-22
acpi: add aml_to_decimalstring() and aml_call6() helpers
Igor Mammedov
2
-0
/
+31
2021-03-22
pci: acpi: ensure that acpi-index is unique
Igor Mammedov
1
-0
/
+46
2021-03-22
pci: introduce acpi-index property for PCI device
Igor Mammedov
8
-7
/
+81
2021-03-22
tests: acpi: temporary whitelist DSDT changes
Igor Mammedov
1
-0
/
+11
2021-03-22
hw/sd: sdhci: Reset the data pointer of s->fifo_buffer[] when a different blo...
Bin Meng
1
-0
/
+12
2021-03-22
hw/sd: sdhci: Limit block size only when SDHC_BLKSIZE register is writable
Bin Meng
1
-7
/
+7
2021-03-22
hw/sd: sdhci: Correctly set the controller status for ADMA
Bin Meng
1
-0
/
+3
2021-03-22
hw/sd: sdhci: Don't write to SDHC_SYSAD register when transfer is in progress
Bin Meng
1
-9
/
+11
2021-03-22
hw/sd: sdhci: Don't transfer any data when command time out
Bin Meng
1
-1
/
+3
2021-03-22
hw/sd: sd: Actually perform the erase operation
Bin Meng
1
-9
/
+13
2021-03-22
hw/sd: sd: Fix build error when DEBUG_SD is on
Bin Meng
1
-0
/
+1
2021-03-22
virtio-pmem: fix virtio_pmem_resp assign problem
Wang Liang
1
-1
/
+1
2021-03-22
vhost-user: Monitor slave channel in vhost_user_read()
Greg Kurz
1
-3
/
+32
2021-03-22
vhost-user: Introduce nested event loop in vhost_user_read()
Greg Kurz
1
-5
/
+60
2021-03-22
vhost-user: Convert slave channel to QIOChannelSocket
Greg Kurz
1
-60
/
+39
2021-03-22
vhost-user: Factor out duplicated slave_fd teardown code
Greg Kurz
1
-9
/
+10
2021-03-22
vhost-user: Fix double-close on slave_read() error path
Greg Kurz
1
-8
/
+3
2021-03-22
vhost-user: Drop misleading EAGAIN checks in slave_read()
Greg Kurz
1
-3
/
+3
2021-03-22
virtio: Fix virtio_mmio_read()/virtio_mmio_write()
Laurent Vivier
1
-22
/
+52
2021-03-22
target/mips: Deprecate Trap-and-Emul KVM support
Jiaxun Yang
1
-0
/
+9
2021-03-22
target/mips/mxu_translate.c: Fix array overrun for D16MIN/D16MAX
Peter Maydell
1
-4
/
+4
2021-03-22
net/eth: Add an assert() and invert if() statement to simplify code
Philippe Mathieu-Daudé
1
-7
/
+6
2021-03-22
net/eth: Read ip6_ext_hdr_routing buffer before accessing it
Philippe Mathieu-Daudé
4
-5
/
+63
2021-03-22
net/eth: Check iovec has enough data earlier
Philippe Mathieu-Daudé
1
-1
/
+1
2021-03-22
net/eth: Check size earlier in _eth_get_rss_ex_dst_addr()
Philippe Mathieu-Daudé
1
-8
/
+6
2021-03-22
net/eth: Better describe _eth_get_rss_ex_dst_addr's offset argument
Philippe Mathieu-Daudé
1
-3
/
+3
[next]