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
path:
root
/
scripts
/
qapi
/
parser.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-10-08
tcg: Fix generation of dupi_vec for 32-bit host
Richard Henderson
1
-4
/
+8
2020-10-08
tcg/i386: Fix dupi for avx2 32-bit hosts
Richard Henderson
1
-1
/
+1
2020-10-08
tcg: Remove TCGOpDef.used
Richard Henderson
1
-3
/
+0
2020-10-08
tcg: Move some TCG_CT_* bits to TCGArgConstraint bitfields
Richard Henderson
2
-23
/
+19
2020-10-08
tcg: Remove TCG_CT_REG
Richard Henderson
11
-49
/
+4
2020-10-08
tcg: Move sorted_args into TCGArgConstraint.sort_index
Richard Henderson
2
-19
/
+18
2020-10-08
tcg: Drop union from TCGArgConstraint
Richard Henderson
11
-93
/
+91
2020-10-08
tcg: Adjust simd_desc size encoding
Richard Henderson
2
-20
/
+51
2020-10-06
tests/qtest/cdrom: Add more s390x-related boot tests
Thomas Huth
1
-0
/
+12
2020-10-06
pc-bios/s390: Update the s390-ccw bios binaries
Thomas Huth
2
-0
/
+0
2020-10-06
pc-bios: s390x: Go into disabled wait when encountering a PGM exception
Janosch Frank
1
-1
/
+4
2020-10-06
pc-bios: s390x: Use reset PSW if avaliable
Janosch Frank
3
-9
/
+24
2020-10-06
pc-bios: s390x: Save PSW rework
Janosch Frank
1
-20
/
+13
2020-10-06
pc-bios: s390x: Fix bootmap.c zipl component entry data handling
Janosch Frank
2
-3
/
+9
2020-10-06
pc-bios/s390-ccw: break loop if a null block number is reached
Marc Hartmayer
1
-1
/
+1
2020-10-06
pc-bios/s390-ccw: fix off-by-one error
Marc Hartmayer
1
-1
/
+1
2020-10-06
pc-bios/s390-ccw/main: Remove superfluous call to enable_subchannel()
Thomas Huth
1
-1
/
+0
2020-10-06
pc-bios/s390-ccw: Allow booting in case the first virtio-blk disk is bad
Thomas Huth
2
-12
/
+24
2020-10-06
pc-bios/s390-ccw: Scan through all devices if no boot device specified
Thomas Huth
1
-15
/
+31
2020-10-06
pc-bios/s390-ccw: Do not bail out early if not finding a SCSI disk
Thomas Huth
5
-16
/
+37
2020-10-06
pc-bios/s390-ccw: Move the inner logic of find_subch() to a separate function
Thomas Huth
1
-42
/
+57
2020-10-06
pc-bios/s390-ccw: Introduce ENODEV define and remove guards of others
Thomas Huth
1
-4
/
+2
2020-10-06
pc-bios/s390-ccw: Move ipl-related code from main() into a separate function
Thomas Huth
1
-8
/
+12
2020-10-06
pc-bios/s390-ccw/Makefile: Compile with -std=gnu99, -fwrapv and -fno-common
Thomas Huth
1
-3
/
+4
2020-10-06
tests/acceptance: add reverse debugging test
Pavel Dovgalyuk
2
-0
/
+209
2020-10-06
replay: create temporary snapshot at debugger connection
Pavel Dovgalyuk
3
-0
/
+17
2020-10-06
replay: describe reverse debugging in docs/replay.txt
Pavel Dovgalyuk
1
-0
/
+46
2020-10-06
gdbstub: add reverse continue support in replay mode
Pavel Dovgalyuk
6
-1
/
+100
2020-10-06
gdbstub: add reverse step support in replay mode
Pavel Dovgalyuk
7
-5
/
+122
2020-10-06
replay: flush rr queue before loading the vmstate
Pavel Dovgalyuk
4
-8
/
+12
2020-10-06
replay: implement replay-seek command
Pavel Dovgalyuk
4
-0
/
+126
2020-10-06
replay: introduce breakpoint at the specified step
Pavel Dovgalyuk
6
-0
/
+175
2020-10-06
replay: introduce info hmp/qmp command
Pavel Dovgalyuk
6
-1
/
+97
2020-10-06
qapi: introduce replay.json for record/replay-related stuff
Pavel Dovgalyuk
6
-18
/
+30
2020-10-06
migration: introduce icount field for snapshots
Pavel Dovgalyuk
9
-32
/
+71
2020-10-06
qcow2: introduce icount field for snapshots
Pavel Dovgalyuk
5
-23
/
+58
2020-10-06
replay: provide an accessor for rr filename
Pavel Dovgalyuk
2
-0
/
+7
2020-10-06
replay: don't record interrupt poll
Pavel Dovgalyuk
1
-3
/
+18
2020-10-06
configure: don't enable ASLR for --enable-debug Windows builds
Mark Cave-Ayland
1
-1
/
+8
2020-10-06
configure: consistently pass CFLAGS/CXXFLAGS/LDFLAGS to meson
Paolo Bonzini
2
-12
/
+27
2020-10-06
configure: do not clobber environment CFLAGS/CXXFLAGS/LDFLAGS
Paolo Bonzini
2
-22
/
+19
2020-10-06
dtc: Convert Makefile bits to meson bits
Paolo Bonzini
14
-106
/
+84
2020-10-06
slirp: Convert Makefile bits to meson bits
Paolo Bonzini
6
-77
/
+99
2020-10-05
readthedocs: build with Python 3.6
Paolo Bonzini
1
-1
/
+1
2020-10-05
accel/tcg: use current_machine as it is always set for softmmu
Claudio Fontana
1
-10
/
+1
2020-10-05
kvm: kvm_init_vcpu take Error pointer
Dr. David Alan Gilbert
4
-12
/
+18
2020-10-05
kvm: remove kvm specific functions from global includes
Claudio Fontana
3
-29
/
+7
2020-10-05
hax: remove hax specific functions from global includes
Claudio Fontana
9
-33
/
+21
2020-10-05
whpx: remove whpx specific functions from global includes
Claudio Fontana
4
-67
/
+17
2020-10-05
hvf: remove hvf specific functions from global includes
Claudio Fontana
6
-40
/
+10
[next]