Sign in
qemu-android
/
qemu-android
/
6ca5582d4f06d8ff0c646b8fe3cfe721dc573597
6ca5582
add -qmp convinience switch
by Gerd Hoffmann
· 15 years ago
22a0e04
add new -mon switch
by Gerd Hoffmann
· 15 years ago
8858934
rework -monitor handling, switch to QemuOpts
by Gerd Hoffmann
· 15 years ago
3352163
un-static qemu_chr_parse_compat()
by Gerd Hoffmann
· 15 years ago
aa40fc9
default devices: drives
by Gerd Hoffmann
· 15 years ago
cb4522c
default devices: network
by Gerd Hoffmann
· 15 years ago
d8c208d
default devices: add global cmd line option.
by Gerd Hoffmann
· 15 years ago
6446529
default devices: vga adapter.
by Gerd Hoffmann
· 15 years ago
e1c0917
zap serial_monitor_mux
by Gerd Hoffmann
· 15 years ago
abdeed0
default devices: qemu monitor.
by Gerd Hoffmann
· 15 years ago
6a5e8b0
default devices: parallel port.
by Gerd Hoffmann
· 15 years ago
998bbd7
default devices: core code & serial lines.
by Gerd Hoffmann
· 15 years ago
735ba58
vc: colorize chardev title line with blue background.
by Gerd Hoffmann
· 15 years ago
51bfa4d
chardev: move greeting into vc backend.
by Gerd Hoffmann
· 15 years ago
014100b
Revert "Set default console to virtio on S390x"
by Gerd Hoffmann
· 15 years ago
4e307fc
Revert "monitor: Command-line flag to enable control mode"
by Gerd Hoffmann
· 15 years ago
1a688d3
chardev: make chardevs specified in config file work.
by Gerd Hoffmann
· 15 years ago
07a8de3
qdev: also match bus name for global properties
by Gerd Hoffmann
· 15 years ago
d0fef6f
qdev: add command line option to set global defaults for properties.
by Gerd Hoffmann
· 15 years ago
458fb67
qdev: make compat stuff more generic
by Gerd Hoffmann
· 15 years ago
4d6e3ac
kvm: x86: Save/restore exception_index
by Jan Kiszka
· 15 years ago
bd9d306
Fix recently added QERR_ definitions
by Markus Armbruster
· 15 years ago
556cd09
qdev: Replace device names containing whitespace
by Markus Armbruster
· 15 years ago
0638469
qdev: Separate USB product description from qdev name
by Markus Armbruster
· 15 years ago
0fe6d12
qdev: Rename USBDevice member devname to product_desc
by Markus Armbruster
· 15 years ago
ba32eda
fix rtc-td-hack on host without high-res timers
by Gleb Natapov
· 15 years ago
6d74ca5
virtio: verify features on load
by Michael S. Tsirkin
· 15 years ago
b3c3f12
vmware_vga: add rom file so that it boots.
by Dave Airlie
· 15 years ago
20ff6c8
Do not abort on qemu_malloc(0) in production builds
by Anthony Liguori
· 15 years ago
725b8a6
Fix ARM userspace strex implementation.
by Paul Brook
· 15 years ago
7029a83
microblaze: Make boot_info static.
by Edgar E. Iglesias
· 15 years ago
be5e834
microblaze: Add missing cpu_reset.
by Edgar E. Iglesias
· 15 years ago
b4d34d5
microblaze: Boot and reset fixes.
by Edgar E. Iglesias
· 15 years ago
6287462
microblaze: Update disasm to latest GPLv2 version.
by Edgar E. Iglesias
· 15 years ago
7dbbbb0
qemu: delete rule target on error
by Michael S. Tsirkin
· 15 years ago
77e595e
QMP: add human-readable description to error response
by Markus Armbruster
· 15 years ago
7cdfcfe
monitor: convert do_getfd() to QError
by Markus Armbruster
· 15 years ago
a488be2
QError: New QERR_TOO_MANY_FILES
by Markus Armbruster
· 15 years ago
7a046f5
New QERR_INVALID_PARAMETER
by Markus Armbruster
· 15 years ago
41471a2
QError: New QERR_FD_NOT_SUPPLIED
by Markus Armbruster
· 15 years ago
063c1a0
monitor: convert do_closefd() to QError
by Markus Armbruster
· 15 years ago
c7c338c
QError: New QERR_FD_NOT_FOUND
by Markus Armbruster
· 15 years ago
ec3b82a
monitor: convert do_change() to QObject, QError
by Markus Armbruster
· 15 years ago
a6906e3
QError: New QERR_VNC_SERVER_FAILED
by Markus Armbruster
· 15 years ago
7a84cb2
QError: New QERR_SET_PASSWD_FAILED
by Markus Armbruster
· 15 years ago
17901e7
QError: New QERR_INVALID_BLOCK_FORMAT
by Markus Armbruster
· 15 years ago
2c2a6bb
monitor: convert do_eject() to QError
by Markus Armbruster
· 15 years ago
5cfe026
QError: New QERR_DEVICE_NOT_REMOVABLE
by Markus Armbruster
· 15 years ago
b086838
QError: New QERR_DEVICE_LOCKED
by Markus Armbruster
· 15 years ago
e16a181
QError: Put error definitions in alphabetical order
by Markus Armbruster
· 15 years ago
2895e07
monitor: Fix double-prompt after "change vnc passwd BLA"
by Markus Armbruster
· 15 years ago
94171e1
monitor: do_cont(): Don't ask for passwords
by Luiz Capitulino
· 15 years ago
0df37c4
QError: new class for device encrypted errors
by Luiz Capitulino
· 15 years ago
ad382a1
Merge commit 'mst/pci' into staging
by Anthony Liguori
· 15 years ago
a3a55a2
monitor: Introduce 'block_passwd' command
by Luiz Capitulino
· 15 years ago
f6d855c
QError: Add class for invalid passwords
by Luiz Capitulino
· 15 years ago
b6981cb
pci: interrupt disable bit support
by Michael S. Tsirkin
· 15 years ago
f9bf77d
pci: interrupt status bit implementation
by Michael S. Tsirkin
· 15 years ago
d036bb2
pci: prepare irq code for interrupt state
by Michael S. Tsirkin
· 15 years ago
5b5cb08
msix: function mask support
by Michael S. Tsirkin
· 15 years ago
2760952
msix: macro rename for function mask support
by Michael S. Tsirkin
· 15 years ago
6d9fef1
cpuid: Fix multicore setup on Intel
by Andre Przywara
· 15 years ago
6fb6d24
kvm: x86: Fix initial kvm_has_msr_star
by Jan Kiszka
· 15 years ago
5d7ff5b
TCG: Mac OS X support for ppc64 target
by Andreas Faerber
· 15 years ago
ee4660f
Update OpenBIOS images to r640
by Blue Swirl
· 15 years ago
749717a
Add S390 maintainer information
by Alexander Graf
· 15 years ago
93d434b
Set default console to virtio on S390x
by Alexander Graf
· 15 years ago
afcb0e4
S390 GDB stub
by Alexander Graf
· 15 years ago
8cb310e
Add S390x virtio machine description
by Alexander Graf
· 15 years ago
f3304ee
Add S390x virtio machine bus
by Alexander Graf
· 15 years ago
10c339a
Add support for S390x system emulation
by Alexander Graf
· 15 years ago
6b02494
Allocate physical memory in low virtual address space
by Alexander Graf
· 15 years ago
0e60a69
Add KVM support for S390x
by Alexander Graf
· 15 years ago
2827822
S/390 fake TCG implementation
by Alexander Graf
· 15 years ago
24e804ec
S/390 host/target build system support
by Alexander Graf
· 15 years ago
10ec511
S/390 CPU fake emulation
by Alexander Graf
· 15 years ago
2a90358
Sparc64: handle MMU global bit and nucleus context
by Blue Swirl
· 15 years ago
dd5121b
monitor: fix use of plain integer as NULL pointer, spotted by Sparse
by Blue Swirl
· 15 years ago
d05ac8f
Add "static" to please Sparse
by Blue Swirl
· 15 years ago
407f879
scsi: fix incorrect ?: use
by Blue Swirl
· 15 years ago
d08d6f0
monitor: use qemu_gettimeofday(), not gettimeofday()
by Blue Swirl
· 15 years ago
08fd0fa
win32: fix variable use before initialization
by Blue Swirl
· 15 years ago
242cd00
monitor: rename EVENT_* to QEVENT_* to avoid conflict on mingw32
by Blue Swirl
· 15 years ago
31a68d5
Sparc64: fix compilation with DEBUG_MMU
by Blue Swirl
· 15 years ago
fe0d612
ide: implement stub for audio control/volume read
by Thadeu Lima de Souza Cascardo
· 15 years ago
a70089c
ide: Use some already defined page macros instead of constants
by Thadeu Lima de Souza Cascardo
· 15 years ago
b8f6ba0
eepro100: Improve debug messages
by Stefan Weil
· 15 years ago
9ea3778
Remove rule for config-devices.h
by Stefan Weil
· 15 years ago
ec16928
eepro100: Allocate a larger buffer for regname()
by David Benjamin
· 15 years ago
5f370b1
multiboot: Use signed type for negative error numbers
by Kevin Wolf
· 15 years ago
6769da2
posix-aio-compat: Fix error check
by Kevin Wolf
· 15 years ago
7078dea
qemu-img: Fix memory leak
by Kevin Wolf
· 15 years ago
b4b2f05
Fix compile error when LSI_DEBUG is defined
by Ryan Harper
· 15 years ago
01d86a8
Fix build for mingw32 on windows ($$ expansion)
by Stefan Weil
· 15 years ago
7ebf54b
Fix build for mingw32 on windows ($@ in macro)
by Stefan Weil
· 15 years ago
b10fec9
e1000: Fix warning from code review
by Stefan Weil
· 15 years ago
53ea95d
multiboot: Fix module loading and setting of mmap.
by Adam Lackorzynski
· 15 years ago
dc61b0d
Make -kernel for linux work with bochsbios
by Alexander Graf
· 15 years ago
0745eb1
Fix recently introduced bugs in -usbdevice host
by Markus Armbruster
· 15 years ago
21eb3a2
Fix description of size parameter in qemu-img's help text
by Pierre Riteau
· 15 years ago
Next »