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
/
expr.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-10-08
hw/arm/virt: Implement kvm-steal-time
Andrew Jones
10
-13
/
+209
2020-10-08
tests/qtest: Restore aarch64 arm-cpu-features test
Andrew Jones
1
-1
/
+2
2020-10-08
hw/arm/virt: Move kvm pmu setup to virt_cpu_post_init
Andrew Jones
1
-16
/
+18
2020-10-08
hw/arm/virt: Move post cpu realize check into its own function
Andrew Jones
1
-16
/
+27
2020-10-08
target/arm/kvm: Make uncalled stubs explicitly unreachable
Andrew Jones
1
-19
/
+32
2020-10-08
linux headers: sync to 5.9-rc7
Andrew Jones
1
-2
/
+4
2020-10-08
hw/char/bcm2835_aux: Allow less than 32-bit accesses
Philippe Mathieu-Daudé
1
-1
/
+3
2020-10-08
hw/arm/sbsa-ref : allocate IRQs for SMMUv3
Graeme Gregory
1
-0
/
+1
2020-10-08
hw/arm/sbsa-ref : Fix SMMUv3 Initialisation
Graeme Gregory
1
-1
/
+1
2020-10-08
hw/arm/fsl-imx25: Fix a typo
Philippe Mathieu-Daudé
1
-1
/
+1
2020-10-08
hw/ssi/npcm7xx_fiu: Fix handling of unsigned integer
Philippe Mathieu-Daudé
2
-7
/
+7
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
[next]