index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-10-09
monitor: Make current monitor a per-coroutine property
Kevin Wolf
2020-10-09
qmp: Call monitor_set_cur() only in qmp_dispatch()
Kevin Wolf
2020-10-09
qmp: Assert that no other monitor is active
Kevin Wolf
2020-10-09
hmp: Update current monitor only in handle_hmp_command()
Kevin Wolf
2020-10-09
monitor: Use getter/setter functions for cur_mon
Kevin Wolf
2020-10-09
monitor: Add Monitor parameter to monitor_get_cpu_index()
Kevin Wolf
2020-10-09
monitor: Add Monitor parameter to monitor_set_cpu()
Kevin Wolf
2020-10-08
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201008-...
Peter Maydell
2020-10-08
target/arm: Make '-cpu max' have a 48-bit PA
Peter Maydell
2020-10-08
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20201008' into staging
Peter Maydell
2020-10-08
hw/arm/virt: Implement kvm-steal-time
Andrew Jones
2020-10-08
tests/qtest: Restore aarch64 arm-cpu-features test
Andrew Jones
2020-10-08
hw/arm/virt: Move kvm pmu setup to virt_cpu_post_init
Andrew Jones
2020-10-08
hw/arm/virt: Move post cpu realize check into its own function
Andrew Jones
2020-10-08
target/arm/kvm: Make uncalled stubs explicitly unreachable
Andrew Jones
2020-10-08
linux headers: sync to 5.9-rc7
Andrew Jones
2020-10-08
hw/char/bcm2835_aux: Allow less than 32-bit accesses
Philippe Mathieu-Daudé
2020-10-08
hw/arm/sbsa-ref : allocate IRQs for SMMUv3
Graeme Gregory
2020-10-08
hw/arm/sbsa-ref : Fix SMMUv3 Initialisation
Graeme Gregory
2020-10-08
hw/arm/fsl-imx25: Fix a typo
Philippe Mathieu-Daudé
2020-10-08
hw/ssi/npcm7xx_fiu: Fix handling of unsigned integer
Philippe Mathieu-Daudé
2020-10-08
accel/tcg: Fix computing of is_write for MIPS
Kele Huang
2020-10-08
tcg: Remove TCG_TARGET_HAS_cmp_vec
Richard Henderson
2020-10-08
tcg/optimize: Fold dup2_vec
Richard Henderson
2020-10-08
tcg: Fix generation of dupi_vec for 32-bit host
Richard Henderson
2020-10-08
tcg/i386: Fix dupi for avx2 32-bit hosts
Richard Henderson
2020-10-08
tcg: Remove TCGOpDef.used
Richard Henderson
2020-10-08
tcg: Move some TCG_CT_* bits to TCGArgConstraint bitfields
Richard Henderson
2020-10-08
tcg: Remove TCG_CT_REG
Richard Henderson
2020-10-08
tcg: Move sorted_args into TCGArgConstraint.sort_index
Richard Henderson
2020-10-08
tcg: Drop union from TCGArgConstraint
Richard Henderson
2020-10-08
tcg: Adjust simd_desc size encoding
Richard Henderson
2020-10-08
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
2020-10-06
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-10-0...
Peter Maydell
2020-10-06
tests/qtest/cdrom: Add more s390x-related boot tests
Thomas Huth
2020-10-06
pc-bios/s390: Update the s390-ccw bios binaries
Thomas Huth
2020-10-06
pc-bios: s390x: Go into disabled wait when encountering a PGM exception
Janosch Frank
2020-10-06
pc-bios: s390x: Use reset PSW if avaliable
Janosch Frank
2020-10-06
pc-bios: s390x: Save PSW rework
Janosch Frank
2020-10-06
pc-bios: s390x: Fix bootmap.c zipl component entry data handling
Janosch Frank
2020-10-06
pc-bios/s390-ccw: break loop if a null block number is reached
Marc Hartmayer
2020-10-06
pc-bios/s390-ccw: fix off-by-one error
Marc Hartmayer
2020-10-06
pc-bios/s390-ccw/main: Remove superfluous call to enable_subchannel()
Thomas Huth
2020-10-06
pc-bios/s390-ccw: Allow booting in case the first virtio-blk disk is bad
Thomas Huth
2020-10-06
pc-bios/s390-ccw: Scan through all devices if no boot device specified
Thomas Huth
2020-10-06
pc-bios/s390-ccw: Do not bail out early if not finding a SCSI disk
Thomas Huth
2020-10-06
pc-bios/s390-ccw: Move the inner logic of find_subch() to a separate function
Thomas Huth
2020-10-06
pc-bios/s390-ccw: Introduce ENODEV define and remove guards of others
Thomas Huth
2020-10-06
pc-bios/s390-ccw: Move ipl-related code from main() into a separate function
Thomas Huth
2020-10-06
pc-bios/s390-ccw/Makefile: Compile with -std=gnu99, -fwrapv and -fno-common
Thomas Huth
[next]