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
/
expr.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-08-08
nbd/server: CVE-2024-7409: Close stray clients at server-stop
Eric Blake
1
-1
/
+34
2024-08-08
nbd/server: CVE-2024-7409: Drop non-negotiating clients
Eric Blake
2
-1
/
+28
2024-08-08
nbd/server: CVE-2024-7409: Cap default max-connections to 100
Eric Blake
4
-3
/
+19
2024-08-08
nbd/server: Plumb in new args to nbd_client_add()
Eric Blake
4
-7
/
+34
2024-08-08
nbd: Minor style and typo fixes
Eric Blake
2
-2
/
+3
2024-08-08
Update version for v9.1.0-rc1 release
Richard Henderson
1
-1
/
+1
2024-08-07
target/hexagon: switch to dc set_props() list
Brian Cain
1
-10
/
+8
2024-08-07
target/hexagon: define a v66 CPU
Brian Cain
2
-0
/
+3
2024-08-07
MAINTAINERS: Add my hexagon git tree
Brian Cain
1
-0
/
+1
2024-08-07
target/hexagon/idef-parser: Remove self-assignment
Anton Johansson
1
-1
/
+0
2024-08-07
Hexagon: lldb read/write predicate registers p0/p1/p2/p3
Taylor Simpson
2
-2
/
+23
2024-08-07
Hexagon: fix F2_conv_* instructions for negative zero
Matheus Tavares Bernardino
2
-10
/
+20
2024-08-08
tcg/ppc: Sync tcg_out_test and constraints
Richard Henderson
1
-11
/
+10
2024-08-06
iotests/024: exclude 'backing file format' field from the output
Andrey Drobyshev
2
-2
/
+1
2024-08-06
iotests: Add `vvfat` tests
Amjad Alsharafi
5
-2
/
+1182
2024-08-06
vvfat: Fix reading files with non-continuous clusters
Amjad Alsharafi
1
-1
/
+2
2024-08-06
vvfat: Fix wrong checks for cluster mappings invariant
Amjad Alsharafi
1
-8
/
+2
2024-08-06
vvfat: Fix usage of `info.file.offset`
Amjad Alsharafi
1
-4
/
+7
2024-08-06
vvfat: Fix bug in writing to middle of file
Amjad Alsharafi
1
-1
/
+2
2024-08-06
scsi-disk: Always report RESERVATION_CONFLICT to guest
Kevin Wolf
1
-5
/
+30
2024-08-06
scsi-disk: Add warning comments that host_status errors take a shortcut
Kevin Wolf
1
-0
/
+7
2024-08-06
scsi-block: Don't skip callback for sgio error status/driver_status
Kevin Wolf
1
-10
/
+0
2024-08-06
scsi-disk: Use positive return value for status in dma_readv/writev
Kevin Wolf
1
-7
/
+14
2024-08-06
block/graph-lock: Make WITH_GRAPH_RDLOCK_GUARD() fully checked
Kevin Wolf
2
-8
/
+27
2024-08-06
block-copy: Fix missing graph lock
Kevin Wolf
1
-1
/
+3
2024-08-06
qapi-block-core: Clean up blockdev-snapshot-internal-sync doc
Markus Armbruster
1
-4
/
+3
2024-08-06
docs/specs/pci-ids: Fix markup
George Matsumura
1
-2
/
+2
2024-08-06
docs/specs/pci-ids: Add missing devices
George Matsumura
1
-0
/
+4
2024-08-06
hw/pci-host/gt64120: Reset config registers during RESET phase
Philippe Mathieu-Daudé
1
-5
/
+14
2024-08-06
hw/pci-host/gt64120: Set PCI base address register write mask
Philippe Mathieu-Daudé
1
-1
/
+13
2024-08-06
ui/console: Note in '-display help' that some backends support suboptions
Peter Maydell
1
-0
/
+5
2024-08-06
system/vl.c: Expand OpenGL related errors
Peter Maydell
1
-2
/
+3
2024-08-06
hw/display/virtio-gpu: Improve "opengl is not available" error message
Peter Maydell
1
-1
/
+7
2024-08-06
hw/ide/pci: Remove dead code from bmdma_prepare_buf()
Peter Maydell
1
-5
/
+2
2024-08-06
hw/block/fdc-isa: Assert that isa_fdc_get_drive_max_chs() found something
Peter Maydell
1
-0
/
+2
2024-08-06
hw/ide/atapi: Be explicit that assigning to s->lcyl truncates
Peter Maydell
1
-1
/
+1
2024-08-06
hw/block/pflash_cfi01: Don't decrement pfl->counter below 0
Peter Maydell
1
-0
/
+1
2024-08-06
hw/sd/sdhci: Reset @data_count index on invalid ADMA transfers
Philippe Mathieu-Daudé
1
-0
/
+1
2024-08-06
hw/sd/sdcard: Do not abort when reading DAT lines on invalid cmd state
Philippe Mathieu-Daudé
1
-1
/
+3
2024-08-06
hw/sd/sdcard: Explicit dummy byte value
Philippe Mathieu-Daudé
1
-5
/
+7
2024-08-06
hw/intc/loongson_ipi: Restrict to MIPS
Bibo Mao
2
-16
/
+0
2024-08-06
hw/loongarch/virt: Replace Loongson IPI with LoongArch IPI
Bibo Mao
3
-4
/
+3
2024-08-06
hw/intc/loongarch_ipi: Add loongarch IPI support
Bibo Mao
4
-0
/
+98
2024-08-06
hw/intc/loongson_ipi: Move common code to loongson_ipi_common.c
Bibo Mao
3
-275
/
+289
2024-08-06
hw/intc/loongson_ipi: Expose loongson_ipi_core_read/write helpers
Bibo Mao
2
-6
/
+10
2024-08-06
hw/intc/loongson_ipi: Add LoongsonIPICommonClass::cpu_by_arch_id handler
Bibo Mao
2
-3
/
+8
2024-08-06
hw/intc/loongson_ipi: Add LoongsonIPICommonClass::get_iocsr_as handler
Bibo Mao
2
-4
/
+14
2024-08-06
hw/intc/loongson_ipi: Pass LoongsonIPICommonState to send_ipi_data()
Bibo Mao
1
-8
/
+11
2024-08-06
hw/intc/loongson_ipi: Move IPICore structure to loongson_ipi_common.h
Bibo Mao
4
-57
/
+70
2024-08-06
hw/intc/loongson_ipi: Move IPICore::mmio_mem to LoongsonIPIState
Bibo Mao
2
-4
/
+8
[prev]
[next]