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
/
source.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-02-23
Revert "python: pin setuptools below v60.0.0"
John Snow
2
-3
/
+0
2022-02-23
Python: add setuptools v60.0 workaround
John Snow
2
-2
/
+4
2022-02-23
Python: discourage direct setup.py install
John Snow
1
-1
/
+18
2022-02-23
python: support recording QMP session to a file
Daniel P. Berrangé
2
-7
/
+25
2022-02-23
python: introduce qmp-shell-wrap convenience tool
Daniel P. Berrangé
3
-4
/
+73
2022-02-22
hid: Implement support for side and extra buttons
Noah Bergbauer
2
-3
/
+5
2022-02-22
vdpa: Make ncs autofree
Eugenio Pérez
1
-3
/
+2
2022-02-22
qemu-options: fix incorrect description for '-drive index='
Laurent Vivier
1
-1
/
+1
2022-02-21
hw/nvram: use at24 macro
Patrick Venture
1
-1
/
+1
2022-02-21
target/rx: Remove unused ENV_OFFSET definition
Philippe Mathieu-Daudé
1
-2
/
+0
2022-02-21
target/avr: Correct AVRCPUClass docstring
Philippe Mathieu-Daudé
1
-1
/
+0
2022-02-21
configure: Disable capstone and slirp in the --without-default-features mode
Thomas Huth
1
-2
/
+7
2022-02-21
ui/cocoa: Fix the leak of qemu_console_get_label
Akihiko Odaki
1
-1
/
+3
2022-02-21
ui/cocoa: Do not alert even without block devices
Akihiko Odaki
1
-5
/
+0
2022-02-21
ui/cocoa: Remove allowedFileTypes restriction in SavePanel
Philippe Mathieu-Daudé
1
-6
/
+0
2022-02-21
hw/arm: add initial mori-bmc board
Patrick Venture
2
-0
/
+33
2022-02-21
hw/timer: fix a9gtimer vmstate
Pavel Dovgalyuk
1
-0
/
+21
2022-02-21
MAINTAINERS: Add Akihiko Odaki to macOS-relateds
Akihiko Odaki
1
-0
/
+2
2022-02-21
include: Move hardware version declarations to new qemu/hw-version.h
Peter Maydell
11
-16
/
+36
2022-02-21
include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.h
Peter Maydell
9
-5
/
+28
2022-02-21
include: Move QEMU_MAP_* constants to mmap-alloc.h
Peter Maydell
2
-25
/
+23
2022-02-21
include: Move qemu_mprotect_*() to new qemu/mprotect.h
Peter Maydell
4
-4
/
+16
2022-02-21
include: Move qemu_madvise() and related #defines to new qemu/madvise.h
Peter Maydell
12
-82
/
+105
2022-02-21
hw/arm/armv7m: Handle disconnected clock inputs
Peter Maydell
1
-4
/
+22
2022-02-21
Kconfig: Add 'imply I2C_DEVICES' on boards with available i2c bus
Peter Maydell
1
-0
/
+10
2022-02-21
Kconfig: Add I2C_DEVICES device group
Peter Maydell
4
-2
/
+18
2022-02-21
target/arm: Support PAuth extension for hvf
Peter Maydell
1
-4
/
+10
2022-02-21
target/arm: Fix '-cpu max' for HVF
Peter Maydell
1
-2
/
+3
2022-02-21
target/arm: Unindent unnecessary else-clause
Peter Maydell
1
-160
/
+163
2022-02-21
target/arm: Make KVM -cpu max exactly like -cpu host
Peter Maydell
1
-6
/
+8
2022-02-21
target/arm: Use aarch64_cpu_register() for 'host' CPU type
Peter Maydell
1
-13
/
+4
2022-02-21
target/arm: Move '-cpu host' code to cpu64.c
Peter Maydell
2
-30
/
+30
2022-02-21
checkpatch: Ensure that TypeInfos are const
Bernhard Beschow
1
-0
/
+1
2022-02-21
Mark remaining global TypeInfo instances as const
Bernhard Beschow
39
-42
/
+42
2022-02-21
hvf: arm: Handle unknown ID registers as RES0
Alexander Graf
1
-0
/
+14
2022-02-21
hvf: arm: Use macros for sysreg shift/masking
Alexander Graf
1
-22
/
+47
2022-02-21
hw/tricore: Remove unused and incorrect header
Philippe Mathieu-Daudé
1
-1
/
+0
2022-02-21
configure, meson: move CONFIG_IASL to a Meson option
Paolo Bonzini
4
-7
/
+12
2022-02-21
meson, configure: move ntddscsi API check to meson
Marc-André Lureau
4
-28
/
+21
2022-02-21
meson: require dynamic linking for VSS support
Marc-André Lureau
2
-2
/
+4
2022-02-21
qga/vss-win32: require widl/midl, remove pre-built TLB file
Marc-André Lureau
4
-8
/
+7
2022-02-21
meson: do not make qga/vss-win32/meson.build conditional on C++ presence
Marc-André Lureau
1
-17
/
+24
2022-02-21
configure, meson: replace VSS SDK checks and options with --enable-vss-sdk
Marc-André Lureau
5
-50
/
+33
2022-02-21
qga/vss: use standard windows headers location
Marc-André Lureau
4
-10
/
+6
2022-02-21
qga/vss-win32: use widl if available
Marc-André Lureau
1
-3
/
+6
2022-02-21
meson: drop --with-win-sdk
Marc-André Lureau
2
-34
/
+0
2022-02-21
qga/vss-win32: fix midl arguments
Marc-André Lureau
1
-2
/
+1
2022-02-21
meson: refine check for whether to look for virglrenderer
Paolo Bonzini
2
-3
/
+5
2022-02-21
configure, meson: move guest-agent, tools to meson
Paolo Bonzini
9
-74
/
+49
2022-02-21
configure, meson: move smbd options to meson_options.txt
Paolo Bonzini
6
-34
/
+31
[next]