index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
meson: Allow to enable gtk and sdl while cocoa is enabled
Akihiko Odaki
2022-09-23
1
-8
/
+2
|
*
|
|
Revert "main-loop: Disable block backend global state assertion on Cocoa"
Akihiko Odaki
2022-09-23
1
-13
/
+0
|
*
|
|
ui/cocoa: Run qemu_init in the main thread
Akihiko Odaki
2022-09-23
7
-105
/
+62
|
*
|
|
ui/console: Get tab completion working again in the SDL monitor vc
Cal Peake
2022-09-23
2
-0
/
+2
|
|
/
/
*
|
|
Merge tag 'pull-riscv-to-apply-20220927' of https://github.com/alistair23/qem...
Stefan Hajnoczi
2022-09-27
22
-282
/
+531
|
\
\
\
|
*
|
|
target/riscv: rvv-1.0: vf[w]redsum distinguish between ordered/unordered
Yang Liu
2022-09-27
4
-15
/
+31
|
*
|
|
target/riscv: rvv-1.0: Simplify vfwredsum code
Yang Liu
2022-09-27
1
-46
/
+10
|
*
|
|
target/riscv: debug: Add initial support of type 6 trigger
Frank Chang
2022-09-27
2
-4
/
+188
|
*
|
|
target/riscv: debug: Check VU/VS modes for type 2 trigger
Frank Chang
2022-09-27
1
-0
/
+10
|
*
|
|
target/riscv: debug: Create common trigger actions function
Frank Chang
2022-09-27
2
-2
/
+70
|
*
|
|
target/riscv: debug: Introduce tinfo CSR
Frank Chang
2022-09-27
4
-3
/
+18
|
*
|
|
target/riscv: debug: Restrict the range of tselect value can be written
Frank Chang
2022-09-27
1
-6
/
+3
|
*
|
|
target/riscv: debug: Introduce tdata1, tdata2, and tdata3 CSRs
Frank Chang
2022-09-27
4
-88
/
+48
|
*
|
|
target/riscv: debug: Introduce build_tdata1() to build tdata1 register content
Frank Chang
2022-09-27
2
-5
/
+12
|
*
|
|
target/riscv: debug: Determine the trigger type from tdata1.type
Frank Chang
2022-09-27
5
-67
/
+140
|
*
|
|
hw/riscv/sifive_e: Fix inheritance of SiFiveEState
Bernhard Beschow
2022-09-26
1
-1
/
+2
|
*
|
|
target/riscv: Check the correct exception cause in vector GDB stub
Frank Chang
2022-09-26
1
-2
/
+2
|
*
|
|
hw/riscv: opentitan: Expose the resetvec as a SoC property
Alistair Francis
2022-09-26
2
-1
/
+9
|
*
|
|
hw/riscv: opentitan: Fixup resetvec
Alistair Francis
2022-09-26
1
-1
/
+1
|
*
|
|
target/riscv: Set the CPU resetvec directly
Alistair Francis
2022-09-26
3
-15
/
+7
|
*
|
|
target/riscv: remove fixed numbering from GDB xml feature files
Andrew Burgess
2022-09-26
4
-20
/
+4
|
*
|
|
target/riscv: remove fflags, frm, and fcsr from riscv-*-fpu.xml
Andrew Burgess
2022-09-26
3
-38
/
+2
|
*
|
|
target/riscv: fix csr check for cycle{h}, instret{h}, time{h}, hpmcounter3-31{h}
Weiwei Li
2022-09-26
1
-4
/
+9
|
*
|
|
target/riscv: Remove sideleg and sedeleg
Rahul Pathak
2022-09-26
2
-4
/
+0
|
*
|
|
docs/system: clean up code escape for riscv virt platform
Alex Bennée
2022-09-26
1
-4
/
+9
|
*
|
|
hw/ssi: ibex_spi: update reg addr
Wilfred Mallawa
2022-09-26
1
-1
/
+1
|
*
|
|
hw/ssi: ibex_spi: fixup typos in ibex_spi_host
Wilfred Mallawa
2022-09-26
1
-3
/
+3
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging
Stefan Hajnoczi
2022-09-26
1
-2
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
virtiofsd: use g_date_time_get_microsecond to get subsecond
Yusuke Okada
2022-09-22
1
-2
/
+5
*
|
|
Merge tag 'pull-target-arm-20220922' of https://git.linaro.org/people/pmaydel...
Stefan Hajnoczi
2022-09-26
21
-374
/
+347
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
configure: Avoid use of 'local' as it is non-POSIX
Peter Maydell
2022-09-22
1
-4
/
+3
|
*
|
configure: Check mkdir result directly, not via $?
Peter Maydell
2022-09-22
1
-2
/
+1
|
*
|
configure: Remove use of backtick `...` syntax
Peter Maydell
2022-09-22
1
-1
/
+1
|
*
|
configure: Add './' on front of glob of */config-devices.mak.d
Peter Maydell
2022-09-22
1
-1
/
+1
|
*
|
configure: Add missing quoting for some easy cases
Peter Maydell
2022-09-22
1
-32
/
+32
|
*
|
configure: Remove unused meson_args variable
Peter Maydell
2022-09-22
1
-1
/
+0
|
*
|
configure: Remove unused python_version variable
Peter Maydell
2022-09-22
1
-3
/
+0
|
*
|
tests/unit/test-vmstate: Avoid dynamic stack allocation
Philippe Mathieu-Daudé
2022-09-22
1
-4
/
+3
|
*
|
ui/curses: Avoid dynamic stack allocation
Philippe Mathieu-Daudé
2022-09-22
1
-1
/
+1
|
*
|
hw/usb/hcd-ohci: Use definition to avoid dynamic stack allocation
Philippe Mathieu-Daudé
2022-09-22
1
-3
/
+4
|
*
|
hw/i386/multiboot: Avoid dynamic stack allocation
Philippe Mathieu-Daudé
2022-09-22
1
-3
/
+2
|
*
|
hw/intc/xics: Avoid dynamic stack allocation
Philippe Mathieu-Daudé
2022-09-22
1
-1
/
+1
|
*
|
hw/ppc/pnv: Avoid dynamic stack allocation
Philippe Mathieu-Daudé
2022-09-22
3
-7
/
+7
|
*
|
hw/net/e1000e_core: Use definition to avoid dynamic stack allocation
Philippe Mathieu-Daudé
2022-09-22
1
-3
/
+4
|
*
|
io/channel-websock: Replace strlen(const_str) by sizeof(const_str) - 1
Philippe Mathieu-Daudé
2022-09-22
1
-1
/
+1
|
*
|
chardev/baum: Avoid dynamic stack allocation
Philippe Mathieu-Daudé
2022-09-22
1
-1
/
+2
|
*
|
chardev/baum: Use definitions to avoid dynamic stack allocation
Philippe Mathieu-Daudé
2022-09-22
1
-4
/
+4
|
*
|
chardev/baum: Replace magic values by X_MAX / Y_MAX definitions
Philippe Mathieu-Daudé
2022-09-22
1
-4
/
+7
|
*
|
hw/net/lan9118: Signal TSFL_INT flag when TX FIFO reaches specified level
Lucas Dietrich
2022-09-22
1
-0
/
+8
|
*
|
hw/acpi: Add ospm_status hook implementation for acpi-ged
Keqian Zhu
2022-09-22
1
-0
/
+8
[prev]
[next]