index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
coverage
/
compare_gcov_json.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-04-24
qapi: Tighten check whether implicit object type already exists
Markus Armbruster
1
-1
/
+2
2024-04-24
qapi/schema: remove unnecessary asserts
John Snow
1
-25
/
+0
2024-04-24
qapi/schema: turn on mypy strictness
John Snow
1
-5
/
+0
2024-04-24
qapi/schema: add type hints
John Snow
1
-173
/
+397
2024-04-24
qapi/parser.py: assert member.info is present in connect_member
John Snow
1
-0
/
+1
2024-04-24
qapi/parser: demote QAPIExpression to Dict[str, Any]
John Snow
1
-1
/
+2
2024-04-24
qapi/schema: assert inner type of QAPISchemaVariants in check_clash()
John Snow
1
-1
/
+4
2024-04-24
qapi/schema: fix typing for QAPISchemaVariants.tag_member
John Snow
1
-3
/
+19
2024-04-24
qapi/schema: Don't initialize "members" with `None`
John Snow
1
-5
/
+7
2024-04-24
qapi/schema: add _check_complete flag
John Snow
1
-3
/
+5
2024-04-24
qapi/schema: assert info is present when necessary
John Snow
1
-0
/
+2
2024-04-24
qapi/schema: fix QAPISchemaArrayType.check's call to resolve_type
John Snow
1
-1
/
+1
2024-04-24
qapi: Assert built-in types exist
Markus Armbruster
1
-2
/
+6
2024-04-24
qapi/schema: assert resolve_type has 'info' and 'what' args on error
John Snow
1
-0
/
+1
2024-04-24
qapi/schema: add type narrowing to lookup_type()
John Snow
1
-1
/
+3
2024-04-24
qapi/schema: adjust type narrowing for mypy's benefit
John Snow
1
-7
/
+9
2024-04-24
qapi/schema: make c_type() and json_type() abstract methods
John Snow
1
-1
/
+4
2024-04-24
qapi/schema: declare type for QAPISchemaArrayType.element_type
John Snow
1
-1
/
+1
2024-04-24
qapi/schema: declare type for QAPISchemaObjectTypeMember.type
John Snow
1
-1
/
+1
2024-04-24
qapi: create QAPISchemaDefinition
John Snow
1
-58
/
+78
2024-04-24
qapi/schema: add pylint suppressions
John Snow
2
-5
/
+5
2024-04-24
qapi: sort pylint suppressions
John Snow
1
-3
/
+3
2024-04-24
qapi/parser: shush up pylint
John Snow
1
-0
/
+1
2024-04-24
qapi/parser: fix typo - self.returns.info => self.errors.info
John Snow
1
-1
/
+1
2024-04-23
Update version for 9.0.0 release
Peter Maydell
1
-1
/
+1
2024-04-16
Update version for v9.0.0-rc4 release
Peter Maydell
1
-1
/
+1
2024-04-16
usb-storage: Fix BlockConf defaults
Kevin Wolf
1
-9
/
+0
2024-04-15
hw/pci-host/ppc440_pcix: Do not expose a bridge device on PCI bus
BALATON Zoltan
1
-7
/
+4
2024-04-15
hw/isa/vt82c686: Keep track of PIRQ/PINT pins separately
BALATON Zoltan
1
-1
/
+2
2024-04-15
virtio-pci: fix use of a released vector
Cindy Lu
1
-2
/
+35
2024-04-12
target/sparc: Use GET_ASI_CODE for ASI_KERNELTXT and ASI_USERTXT
Richard Henderson
3
-22
/
+94
2024-04-12
meson.build: Disable -fzero-call-used-regs on OpenBSD
Thomas Huth
1
-1
/
+5
2024-04-12
Makefile: fix use of -j without an argument
Matheus Tavares Bernardino
1
-2
/
+7
2024-04-10
Update version for v9.0.0-rc3 release
Peter Maydell
1
-1
/
+1
2024-04-10
hw/audio/virtio-snd: Remove unused assignment
Philippe Mathieu-Daudé
1
-2
/
+6
2024-04-10
hw/net/net_tx_pkt: Fix overrun in update_sctp_checksum()
Philippe Mathieu-Daudé
1
-0
/
+4
2024-04-10
hw/sd/sdhci: Do not update TRNMOD when Command Inhibit (DAT) is set
Philippe Mathieu-Daudé
1
-0
/
+8
2024-04-10
hw/net/lan9118: Fix overflow in MIL TX FIFO
Philippe Mathieu-Daudé
1
-1
/
+15
2024-04-10
hw/net/lan9118: Replace magic '2048' value by MIL_TXFIFO_SIZE definition
Philippe Mathieu-Daudé
1
-3
/
+9
2024-04-10
backends/cryptodev: Do not abort for invalid session ID
Philippe Mathieu-Daudé
1
-1
/
+3
2024-04-10
hw/misc/applesmc: Fix memory leak in reset() handler
Philippe Mathieu-Daudé
1
-0
/
+1
2024-04-10
hw/misc/applesmc: Do not call DeviceReset from DeviceRealize
Philippe Mathieu-Daudé
1
-1
/
+0
2024-04-10
hw/block/nand: Fix out-of-bound access in NAND block buffer
Philippe Mathieu-Daudé
1
-1
/
+7
2024-04-10
hw/block/nand: Have blk_load() take unsigned offset and return boolean
Philippe Mathieu-Daudé
1
-4
/
+10
2024-04-10
hw/block/nand: Factor nand_load_iolen() method out
Philippe Mathieu-Daudé
1
-13
/
+22
2024-04-10
qemu-options: Fix CXL Fixed Memory Window interleave-granularity typo
Yuquan Wang
1
-3
/
+3
2024-04-10
hw/virtio/virtio-crypto: Protect from DMA re-entrancy bugs
Philippe Mathieu-Daudé
1
-2
/
+2
2024-04-10
hw/char/virtio-serial-bus: Protect from DMA re-entrancy bugs
Philippe Mathieu-Daudé
1
-2
/
+1
2024-04-10
hw/display/virtio-gpu: Protect from DMA re-entrancy bugs
Philippe Mathieu-Daudé
1
-4
/
+2
2024-04-10
hw/virtio: Introduce virtio_bh_new_guarded() helper
Philippe Mathieu-Daudé
2
-0
/
+17
[next]