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-09
block: Add bdrv_lock()/unlock()
Kevin Wolf
2
-0
/
+41
2020-10-09
block: Add bdrv_co_enter()/leave()
Kevin Wolf
2
-0
/
+40
2020-10-09
util/async: Add aio_co_reschedule_self()
Kevin Wolf
2
-0
/
+40
2020-10-09
hmp: Add support for coroutine command handlers
Kevin Wolf
3
-7
/
+35
2020-10-09
qmp: Move dispatcher to a coroutine
Kevin Wolf
7
-46
/
+214
2020-10-09
qapi: Add a 'coroutine' flag for commands
Kevin Wolf
15
-14
/
+73
2020-10-09
monitor: Make current monitor a per-coroutine property
Kevin Wolf
5
-13
/
+33
2020-10-09
qmp: Call monitor_set_cur() only in qmp_dispatch()
Kevin Wolf
6
-13
/
+20
2020-10-09
qmp: Assert that no other monitor is active
Kevin Wolf
1
-1
/
+4
2020-10-09
hmp: Update current monitor only in handle_hmp_command()
Kevin Wolf
2
-10
/
+5
2020-10-09
monitor: Use getter/setter functions for cur_mon
Kevin Wolf
21
-46
/
+73
2020-10-09
monitor: Add Monitor parameter to monitor_get_cpu_index()
Kevin Wolf
5
-14
/
+14
2020-10-09
monitor: Add Monitor parameter to monitor_set_cpu()
Kevin Wolf
3
-7
/
+7
2020-10-08
target/arm: Make '-cpu max' have a 48-bit PA
Peter Maydell
1
-0
/
+4
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-08
accel/tcg: Fix computing of is_write for MIPS
Kele Huang
1
-4
/
+39
2020-10-08
tcg: Remove TCG_TARGET_HAS_cmp_vec
Richard Henderson
3
-3
/
+0
2020-10-08
tcg/optimize: Fold dup2_vec
Richard Henderson
1
-0
/
+15
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
[next]