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
...
|
*
hw/core/qdev-properties: Fix code style
Philippe Mathieu-Daudé
2020-10-06
1
-5
/
+5
|
*
hw/core/qdev-properties: Use qemu_strtoul() in set_pci_host_devaddr()
Philippe Mathieu-Daudé
2020-10-06
1
-13
/
+12
|
*
hw/core/qdev-properties: Use qemu_strtol() in set_mac() handler
Philippe Mathieu-Daudé
2020-10-06
1
-2
/
+9
*
|
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-10-0...
Peter Maydell
2020-10-06
13
-123
/
+218
|
\
\
|
*
|
tests/qtest/cdrom: Add more s390x-related boot tests
Thomas Huth
2020-10-06
1
-0
/
+12
|
*
|
pc-bios/s390: Update the s390-ccw bios binaries
Thomas Huth
2020-10-06
2
-0
/
+0
|
*
|
pc-bios: s390x: Go into disabled wait when encountering a PGM exception
Janosch Frank
2020-10-06
1
-1
/
+4
|
*
|
pc-bios: s390x: Use reset PSW if avaliable
Janosch Frank
2020-10-06
3
-9
/
+24
|
*
|
pc-bios: s390x: Save PSW rework
Janosch Frank
2020-10-06
1
-20
/
+13
|
*
|
pc-bios: s390x: Fix bootmap.c zipl component entry data handling
Janosch Frank
2020-10-06
2
-3
/
+9
|
*
|
pc-bios/s390-ccw: break loop if a null block number is reached
Marc Hartmayer
2020-10-06
1
-1
/
+1
|
*
|
pc-bios/s390-ccw: fix off-by-one error
Marc Hartmayer
2020-10-06
1
-1
/
+1
|
*
|
pc-bios/s390-ccw/main: Remove superfluous call to enable_subchannel()
Thomas Huth
2020-10-06
1
-1
/
+0
|
*
|
pc-bios/s390-ccw: Allow booting in case the first virtio-blk disk is bad
Thomas Huth
2020-10-06
2
-12
/
+24
|
*
|
pc-bios/s390-ccw: Scan through all devices if no boot device specified
Thomas Huth
2020-10-06
1
-15
/
+31
|
*
|
pc-bios/s390-ccw: Do not bail out early if not finding a SCSI disk
Thomas Huth
2020-10-06
5
-16
/
+37
|
*
|
pc-bios/s390-ccw: Move the inner logic of find_subch() to a separate function
Thomas Huth
2020-10-06
1
-42
/
+57
|
*
|
pc-bios/s390-ccw: Introduce ENODEV define and remove guards of others
Thomas Huth
2020-10-06
1
-4
/
+2
|
*
|
pc-bios/s390-ccw: Move ipl-related code from main() into a separate function
Thomas Huth
2020-10-06
1
-8
/
+12
|
*
|
pc-bios/s390-ccw/Makefile: Compile with -std=gnu99, -fwrapv and -fno-common
Thomas Huth
2020-10-06
1
-3
/
+4
|
|
/
*
|
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2020-10-06
125
-2334
/
+3950
|
\
\
|
|
/
|
/
|
|
*
tests/acceptance: add reverse debugging test
Pavel Dovgalyuk
2020-10-06
2
-0
/
+209
|
*
replay: create temporary snapshot at debugger connection
Pavel Dovgalyuk
2020-10-06
3
-0
/
+17
|
*
replay: describe reverse debugging in docs/replay.txt
Pavel Dovgalyuk
2020-10-06
1
-0
/
+46
|
*
gdbstub: add reverse continue support in replay mode
Pavel Dovgalyuk
2020-10-06
6
-1
/
+100
|
*
gdbstub: add reverse step support in replay mode
Pavel Dovgalyuk
2020-10-06
7
-5
/
+122
|
*
replay: flush rr queue before loading the vmstate
Pavel Dovgalyuk
2020-10-06
4
-8
/
+12
|
*
replay: implement replay-seek command
Pavel Dovgalyuk
2020-10-06
4
-0
/
+126
|
*
replay: introduce breakpoint at the specified step
Pavel Dovgalyuk
2020-10-06
6
-0
/
+175
|
*
replay: introduce info hmp/qmp command
Pavel Dovgalyuk
2020-10-06
6
-1
/
+97
|
*
qapi: introduce replay.json for record/replay-related stuff
Pavel Dovgalyuk
2020-10-06
6
-18
/
+30
|
*
migration: introduce icount field for snapshots
Pavel Dovgalyuk
2020-10-06
9
-32
/
+71
|
*
qcow2: introduce icount field for snapshots
Pavel Dovgalyuk
2020-10-06
5
-23
/
+58
|
*
replay: provide an accessor for rr filename
Pavel Dovgalyuk
2020-10-06
2
-0
/
+7
|
*
replay: don't record interrupt poll
Pavel Dovgalyuk
2020-10-06
1
-3
/
+18
|
*
configure: don't enable ASLR for --enable-debug Windows builds
Mark Cave-Ayland
2020-10-06
1
-1
/
+8
|
*
configure: consistently pass CFLAGS/CXXFLAGS/LDFLAGS to meson
Paolo Bonzini
2020-10-06
2
-12
/
+27
|
*
configure: do not clobber environment CFLAGS/CXXFLAGS/LDFLAGS
Paolo Bonzini
2020-10-06
2
-22
/
+19
|
*
dtc: Convert Makefile bits to meson bits
Paolo Bonzini
2020-10-06
14
-106
/
+84
|
*
slirp: Convert Makefile bits to meson bits
Paolo Bonzini
2020-10-06
6
-77
/
+99
|
*
accel/tcg: use current_machine as it is always set for softmmu
Claudio Fontana
2020-10-05
1
-10
/
+1
|
*
kvm: kvm_init_vcpu take Error pointer
Dr. David Alan Gilbert
2020-10-05
4
-12
/
+18
|
*
kvm: remove kvm specific functions from global includes
Claudio Fontana
2020-10-05
3
-29
/
+7
|
*
hax: remove hax specific functions from global includes
Claudio Fontana
2020-10-05
9
-33
/
+21
|
*
whpx: remove whpx specific functions from global includes
Claudio Fontana
2020-10-05
4
-67
/
+17
|
*
hvf: remove hvf specific functions from global includes
Claudio Fontana
2020-10-05
6
-40
/
+10
|
*
cpus: add handle_interrupt to the CpusAccel interface
Claudio Fontana
2020-10-05
9
-82
/
+48
|
*
cpus: remove checks for non-NULL cpus_accel
Claudio Fontana
2020-10-05
1
-12
/
+21
|
*
cpus: cleanup now unneeded includes
Claudio Fontana
2020-10-05
1
-7
/
+0
|
*
cpus: extract out hvf-specific code to target/i386/hvf/
Claudio Fontana
2020-10-05
5
-66
/
+152
[prev]
[next]