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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Makefile: fix use of -j without an argument
Matheus Tavares Bernardino
2024-04-12
1
-2
/
+7
|
/
/
*
|
Update version for v9.0.0-rc3 release
Peter Maydell
2024-04-10
1
-1
/
+1
*
|
Merge tag 'hw-misc-20240410' of https://github.com/philmd/qemu into staging
Peter Maydell
2024-04-10
13
-36
/
+109
|
\
\
|
*
|
hw/audio/virtio-snd: Remove unused assignment
Philippe Mathieu-Daudé
2024-04-10
1
-2
/
+6
|
*
|
hw/net/net_tx_pkt: Fix overrun in update_sctp_checksum()
Philippe Mathieu-Daudé
2024-04-10
1
-0
/
+4
|
*
|
hw/sd/sdhci: Do not update TRNMOD when Command Inhibit (DAT) is set
Philippe Mathieu-Daudé
2024-04-10
1
-0
/
+8
|
*
|
hw/net/lan9118: Fix overflow in MIL TX FIFO
Philippe Mathieu-Daudé
2024-04-10
1
-1
/
+15
|
*
|
hw/net/lan9118: Replace magic '2048' value by MIL_TXFIFO_SIZE definition
Philippe Mathieu-Daudé
2024-04-10
1
-3
/
+9
|
*
|
backends/cryptodev: Do not abort for invalid session ID
Philippe Mathieu-Daudé
2024-04-10
1
-1
/
+3
|
*
|
hw/misc/applesmc: Fix memory leak in reset() handler
Philippe Mathieu-Daudé
2024-04-10
1
-0
/
+1
|
*
|
hw/misc/applesmc: Do not call DeviceReset from DeviceRealize
Philippe Mathieu-Daudé
2024-04-10
1
-1
/
+0
|
*
|
hw/block/nand: Fix out-of-bound access in NAND block buffer
Philippe Mathieu-Daudé
2024-04-10
1
-1
/
+7
|
*
|
hw/block/nand: Have blk_load() take unsigned offset and return boolean
Philippe Mathieu-Daudé
2024-04-10
1
-4
/
+10
|
*
|
hw/block/nand: Factor nand_load_iolen() method out
Philippe Mathieu-Daudé
2024-04-10
1
-13
/
+22
|
*
|
qemu-options: Fix CXL Fixed Memory Window interleave-granularity typo
Yuquan Wang
2024-04-10
1
-3
/
+3
|
*
|
hw/virtio/virtio-crypto: Protect from DMA re-entrancy bugs
Philippe Mathieu-Daudé
2024-04-10
1
-2
/
+2
|
*
|
hw/char/virtio-serial-bus: Protect from DMA re-entrancy bugs
Philippe Mathieu-Daudé
2024-04-10
1
-2
/
+1
|
*
|
hw/display/virtio-gpu: Protect from DMA re-entrancy bugs
Philippe Mathieu-Daudé
2024-04-10
1
-4
/
+2
|
*
|
hw/virtio: Introduce virtio_bh_new_guarded() helper
Philippe Mathieu-Daudé
2024-04-10
2
-0
/
+17
*
|
|
Merge tag 'pull-misc-20240409' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
2024-04-09
33
-129
/
+412
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
linux-user: Preserve unswapped siginfo_t for strace
Richard Henderson
2024-04-09
1
-3
/
+9
|
*
|
accel/tcg: Improve can_do_io management
Richard Henderson
2024-04-09
2
-23
/
+23
|
*
|
target/s390x: Use insn_start from DisasContextBase
Richard Henderson
2024-04-09
1
-3
/
+1
|
*
|
target/riscv: Use insn_start from DisasContextBase
Richard Henderson
2024-04-09
1
-6
/
+5
|
*
|
target/microblaze: Use insn_start from DisasContextBase
Richard Henderson
2024-04-09
1
-6
/
+2
|
*
|
target/i386: Preserve DisasContextBase.insn_start across rewind
Richard Henderson
2024-04-09
1
-0
/
+3
|
*
|
target/hppa: Use insn_start from DisasContextBase
Richard Henderson
2024-04-09
1
-5
/
+5
|
*
|
target/arm: Use insn_start from DisasContextBase
Richard Henderson
2024-04-09
3
-8
/
+8
|
*
|
accel/tcg: Add insn_start to DisasContextBase
Richard Henderson
2024-04-09
2
-0
/
+5
|
*
|
tcg: Add TCGContext.emit_before_op
Richard Henderson
2024-04-09
2
-2
/
+18
|
*
|
target/m68k: Map FPU exceptions to FPSR register
Keith Packard
2024-04-09
6
-7
/
+90
|
*
|
target/sh4: add missing CHECK_NOT_DELAY_SLOT
Zack Buhman
2024-04-09
1
-0
/
+3
|
*
|
target/sh4: Fix mac.w with saturation enabled
Zack Buhman
2024-04-09
4
-12
/
+82
|
*
|
target/sh4: Fix mac.l with saturation enabled
Zack Buhman
2024-04-09
4
-11
/
+86
|
*
|
target/sh4: Merge mach and macl into a union
Richard Henderson
2024-04-09
1
-2
/
+12
|
*
|
target/sh4: mac.w: memory accesses are 16-bit words
Zack Buhman
2024-04-09
1
-2
/
+2
|
*
|
target/hppa: Fix IIAOQ, IIASQ for pa2.0
Richard Henderson
2024-04-09
2
-18
/
+20
|
*
|
linux-user: replace calloc() with g_new0()
Nguyen Dinh Phi
2024-04-09
1
-5
/
+1
|
*
|
linux-user: Fix waitid return of siginfo_t and rusage
Richard Henderson
2024-04-09
1
-6
/
+16
|
*
|
tcg/optimize: Do not attempt to constant fold neg_vec
Richard Henderson
2024-04-09
3
-10
/
+21
*
|
|
Merge tag 'edk2-20240409-pull-request' of https://gitlab.com/kraxel/qemu into...
Peter Maydell
2024-04-09
10
-7
/
+20
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
edk2: rebuild binaries with correct version information
Gerd Hoffmann
2024-04-09
8
-0
/
+0
|
*
|
edk2/seabios: use common extra version
Gerd Hoffmann
2024-04-09
1
-5
/
+5
|
*
|
edk2: commit version info
Gerd Hoffmann
2024-04-09
1
-0
/
+2
|
*
|
edk2: get version + date from git submodule
Gerd Hoffmann
2024-04-09
1
-3
/
+14
*
|
|
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Peter Maydell
2024-04-09
14
-482
/
+97
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
qdev-monitor: fix error message in find_device_state()
Vladimir Sementsov-Ogievskiy
2024-04-09
1
-1
/
+1
|
*
|
vhost-user-blk: simplify and fix vhost_user_blk_handle_config_change
Vladimir Sementsov-Ogievskiy
2024-04-09
1
-8
/
+3
|
*
|
vdpa-dev: Fix the issue of device status not updating when configuration inte...
lyx634449800
2024-04-09
1
-0
/
+7
|
*
|
hw/virtio: Fix packed virtqueue flush used_idx
Wafer
2024-04-09
1
-2
/
+10
[prev]
[next]