index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-12-21
ppc/xive: introduce a XIVE interrupt source model
Cédric Le Goater
2018-12-21
e500: simplify IRQ wiring
Greg Kurz
2018-12-21
mac_newworld: simplify IRQ wiring
Greg Kurz
2018-12-21
virtex_ml507: use g_new(T, n) instead of g_malloc(sizeof(T) * n)
Greg Kurz
2018-12-21
sam460ex: use g_new(T, n) instead of g_malloc(sizeof(T) * n)
Greg Kurz
2018-12-21
ppc440_bamboo: use g_new(T, n) instead of g_malloc(sizeof(T) * n)
Greg Kurz
2018-12-21
ppc405_uc: use g_new(T, n) instead of g_malloc(sizeof(T) * n)
Greg Kurz
2018-12-21
ppc405_boards: use g_new(T, n) instead of g_malloc(sizeof(T) * n)
Greg Kurz
2018-12-21
spapr: use g_new(T, n) instead of g_malloc(sizeof(T) * n)
Greg Kurz
2018-12-21
target/ppc: use g_new(T, n) instead of g_malloc(sizeof(T) * n)
Greg Kurz
2018-12-21
spapr: drop redundant statement in spapr_populate_drconf_memory()
Greg Kurz
2018-12-21
target/ppc: tcg: Implement addex instruction
Suraj Jitindar Singh
2018-12-21
spapr: Fix ibm,max-associativity-domains property number of nodes
Serhii Popovych
2018-12-21
target/ppc: Remove silly GETFIELD/SETFIELD/MASK_TO_LSH macros
David Gibson
2018-12-21
target/ppc: fix the PPC_BIT definitions
Cédric Le Goater
2018-12-20
Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-12-20' into ...
Peter Maydell
2018-12-20
build: Remake config-host.mak when VERSION changes
Markus Armbruster
2018-12-20
Clean up includes
Markus Armbruster
2018-12-19
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque...
Peter Maydell
2018-12-19
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-12-18' into ...
Peter Maydell
2018-12-18
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-12-1...
Peter Maydell
2018-12-18
error: Remove NULL checks on error_propagate() calls
Markus Armbruster
2018-12-18
vl: Use error_fatal to simplify obvious fatal errors (again)
Markus Armbruster
2018-12-18
i386: hvf: drop debug printf in decode_sldtgroup
Roman Bolshakov
2018-12-18
docs/devel/build-system: fix 'softmu' typo
Emilio G. Cota
2018-12-18
qapi: fix flat union on uncovered branches conditionals
Marc-André Lureau
2018-12-18
qmp hmp: Make system_wakeup check wake-up support and run state
Daniel Henrique Barboza
2018-12-18
qga: update guest-suspend-ram and guest-suspend-hybrid descriptions
Daniel Henrique Barboza
2018-12-18
qmp: query-current-machine with wakeup-suspend-support
Daniel Henrique Barboza
2018-12-18
qmp: Split ShutdownCause host-qmp into quit and system-reset
Dominik Csapak
2018-12-18
qmp: Add reason to SHUTDOWN and RESET events
Dominik Csapak
2018-12-18
qapi: Turn ShutdownCause into QAPI enum
Dominik Csapak
2018-12-17
Merge remote-tracking branch 'remotes/stsquad/tags/pull-hardfloat-and-gitdm-1...
Peter Maydell
2018-12-17
tests/bios-tables-test: Sanitize test verbose output
Philippe Mathieu-Daudé
2018-12-17
tests: acpi: remove not used ACPI_READ_GENERIC_ADDRESS macro
Igor Mammedov
2018-12-17
tests: Exit boot-serial-test loop if child dies
Richard Henderson
2018-12-17
tests/pxe: Make test independent of global_qtest
Thomas Huth
2018-12-17
tests/prom-env: Make test independent of global_qtest
Thomas Huth
2018-12-17
tests/machine-none: Make test independent of global_qtest
Thomas Huth
2018-12-17
tests/test-filter: Make tests independent of global_qtest
Thomas Huth
2018-12-17
tests/boot-serial: Get rid of global_qtest variable
Thomas Huth
2018-12-17
tests/pvpanic: Make the pvpanic test independent of global_qtest
Thomas Huth
2018-12-17
tests/vmgenid: Make test independent of global_qtest
Thomas Huth
2018-12-17
tests/acpi-utils: Drop dependence on global_qtest
Eric Blake
2018-12-17
ivshmem-test: Drop dependence on global_qtest
Eric Blake
2018-12-17
tests/libqos/pci: Make PCI access functions independent of global_qtest
Thomas Huth
2018-12-17
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20181216' into staging
Peter Maydell
2018-12-17
.shippable.yml: disable the win cross tests
Alex Bennée
2018-12-17
hardfloat: implement float32/64 comparison
Emilio G. Cota
2018-12-17
hardfloat: implement float32/64 square root
Emilio G. Cota
[next]