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
...
|
*
compiler.h: explicit case for Clang printf attribute
Marc-André Lureau
2020-12-15
1
-12
/
+12
|
*
virtiofsd: replace _Static_assert with QEMU_BUILD_BUG_ON
Marc-André Lureau
2020-12-15
1
-10
/
+1
|
*
tests: remove GCC < 4 fallbacks
Marc-André Lureau
2020-12-15
1
-5
/
+3
|
*
qemu-plugin.h: remove GCC < 4
Marc-André Lureau
2020-12-15
1
-7
/
+2
|
*
compiler.h: remove GCC < 3 __builtin_expect fallback
Marc-André Lureau
2020-12-15
1
-4
/
+0
|
*
accel/tcg: Remove special case for GCC < 4.6
Philippe Mathieu-Daudé
2020-12-15
1
-1
/
+1
|
*
qemu/atomic: Drop special case for unsupported compiler
Philippe Mathieu-Daudé
2020-12-15
1
-17
/
+0
|
*
hw/core: Restrict 'fw-path-provider.c' to system mode emulation
Philippe Mathieu-Daudé
2020-12-15
1
-1
/
+1
|
*
docs: set CONFDIR when running sphinx
Marc-André Lureau
2020-12-15
1
-1
/
+1
|
*
vl: rename local variable in configure_accelerators
Paolo Bonzini
2020-12-15
1
-9
/
+9
|
*
qemu-option: pass QemuOptsList to opts_accepts_any
Paolo Bonzini
2020-12-15
1
-10
/
+13
|
*
qemu-option: simplify search for end of key
Paolo Bonzini
2020-12-15
1
-22
/
+13
|
*
kvm: Take into account the unaligned section size when preparing bitmap
Zenghui Yu
2020-12-15
1
-2
/
+5
|
*
scsi: fix device removal race vs IO restart callback on resume
Maxim Levitsky
2020-12-15
1
-0
/
+4
|
*
icount: improve exec nocache usage
Pavel Dovgalyuk
2020-12-15
1
-1
/
+1
|
*
Remove the deprecated -show-cursor option
Thomas Huth
2020-12-15
4
-21
/
+6
|
*
Remove the deprecated -realtime option
Thomas Huth
2020-12-15
5
-48
/
+9
|
*
docs/system: Move the list of removed features to a separate file
Thomas Huth
2020-12-15
3
-232
/
+232
|
*
accel/tcg: Remove deprecated '-tb-size' option
Philippe Mathieu-Daudé
2020-12-15
4
-24
/
+6
|
*
memory: clamp cached translation in case it points to an MMIO region
Paolo Bonzini
2020-12-15
2
-0
/
+61
|
*
msix: assert that accesses are within bounds
Paolo Bonzini
2020-12-15
1
-0
/
+3
|
*
qtest/pvpanic: Test panic option that allows VM to continue
Alejandro Jimenez
2020-12-15
1
-1
/
+25
|
*
vl: Add option to avoid stopping VM upon guest panic
Alejandro Jimenez
2020-12-15
6
-5
/
+43
|
*
vl: Add an -action option specifying response to guest events
Alejandro Jimenez
2020-12-15
2
-2
/
+78
|
*
qmp: generalize watchdog-set-action to -no-reboot/-no-shutdown
Alejandro Jimenez
2020-12-15
11
-13
/
+134
|
*
monitor: allow quitting while in preconfig state
Paolo Bonzini
2020-12-15
2
-1
/
+3
|
*
memory: allow creating MemoryRegions before accelerators
Paolo Bonzini
2020-12-15
2
-11
/
+7
|
*
plugin: propagate errors
Paolo Bonzini
2020-12-15
4
-25
/
+21
|
*
vl: make qemu_get_machine_opts static
Paolo Bonzini
2020-12-15
12
-39
/
+26
|
*
ppc/spapr: cleanup -machine pseries,nvdimm=X handling
Igor Mammedov
2020-12-15
2
-13
/
+14
|
*
machine: introduce MachineInitPhase
Paolo Bonzini
2020-12-15
11
-32
/
+73
|
*
chardev: do not use machine_init_done
Paolo Bonzini
2020-12-15
9
-88
/
+43
|
*
vl: move all generic initialization out of vl.c
Paolo Bonzini
2020-12-15
4
-46
/
+51
|
*
vl: extract softmmu/globals.c
Paolo Bonzini
2020-12-15
6
-45
/
+83
|
*
vl: extract softmmu/runstate.c
Paolo Bonzini
2020-12-15
4
-751
/
+805
|
*
vl: allow -incoming defer with -preconfig
Paolo Bonzini
2020-12-15
1
-3
/
+2
|
*
vl: remove separate preconfig main_loop
Paolo Bonzini
2020-12-15
3
-64
/
+41
|
*
remove preconfig state
Paolo Bonzini
2020-12-15
11
-29
/
+34
*
|
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201215'...
Peter Maydell
2020-12-15
32
-304
/
+1557
|
\
\
|
|
/
|
/
|
|
*
hw/block/m25p80: Fix Numonyx fast read dummy cycle count
Joe Komlodi
2020-12-15
1
-3
/
+27
|
*
hw/block/m25p80: Check SPI mode before running some Numonyx commands
Joe Komlodi
2020-12-15
1
-19
/
+95
|
*
hw/block/m25p80: Fix when VCFG XIP bit is set for Numonyx
Joe Komlodi
2020-12-15
1
-1
/
+1
|
*
hw/block/m25p80: Make Numonyx config field names more accurate
Joe Komlodi
2020-12-15
1
-6
/
+6
|
*
hw/misc/zynq_slcr: Avoid #DIV/0! error
Philippe Mathieu-Daudé
2020-12-15
1
-0
/
+5
|
*
arm: xlnx-versal: Connect usb to virt-versal
Vikram Garhwal
2020-12-15
3
-0
/
+90
|
*
usb: xlnx-usb-subsystem: Add xilinx usb subsystem
Sai Pavan Boddu
2020-12-15
4
-0
/
+145
|
*
usb: Add DWC3 model
Vikram Garhwal
2020-12-15
4
-0
/
+750
|
*
usb: Add versal-usb2-ctrl-regs module
Sai Pavan Boddu
2020-12-15
3
-0
/
+275
|
*
elf_ops.h: Be more verbose with ROM blob names
Peter Maydell
2020-12-15
1
-1
/
+2
|
*
elf_ops.h: Don't truncate name of the ROM blobs we create
Peter Maydell
2020-12-15
1
-2
/
+2
[prev]
[next]