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
2023-01-12
hw/arm/stellaris: Drop useless casts from void * to pointer
Philippe Mathieu-Daudé
2023-01-12
hw/intc/omap_intc: Use CamelCase for TYPE_OMAP_INTC type name
Philippe Mathieu-Daudé
2023-01-12
hw/gpio/omap_gpio: Use CamelCase for TYPE_OMAP2_GPIO type name
Philippe Mathieu-Daudé
2023-01-12
hw/gpio/omap_gpio: Use CamelCase for TYPE_OMAP1_GPIO type name
Philippe Mathieu-Daudé
2023-01-12
hw/arm/omap: Drop useless casts from void * to pointer
Philippe Mathieu-Daudé
2023-01-12
hw/gpio/omap_gpio: Add local variable to avoid embedded cast
Philippe Mathieu-Daudé
2023-01-12
hw/arm/pxa: Avoid forward-declaring PXA2xxI2CState
Philippe Mathieu-Daudé
2023-01-12
hw/arm: Remove unreachable code calling pflash_cfi01_register()
Philippe Mathieu-Daudé
2023-01-12
hw/arm/vexpress: Remove dead code in vexpress_common_init()
Philippe Mathieu-Daudé
2023-01-12
hw/arm/z2: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2023-01-12
hw/arm/omap_sx1: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2023-01-12
hw/arm/omap_sx1: Remove unused 'total_ram' definitions
Philippe Mathieu-Daudé
2023-01-12
hw/arm/musicpal: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2023-01-12
hw/arm/mainstone: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2023-01-12
hw/arm/gumstix: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2023-01-12
hw/arm/gumstix: Improve documentation
Philippe Mathieu-Daudé
2023-01-12
hw/arm/collie: Simplify flash creation using for() loop
Philippe Mathieu-Daudé
2023-01-12
hw/arm/collie: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2023-01-12
hw/arm/pxa2xx: Simplify pxa270_init()
Philippe Mathieu-Daudé
2023-01-12
hw/arm/pxa2xx: Simplify pxa255_init()
Philippe Mathieu-Daudé
2023-01-12
target/arm: Fix sve_probe_page
Richard Henderson
2023-01-12
tests/avocado: Add SD boot test to Cubieboard
Strahinja Jankovic
2023-01-12
hw/arm: Allwinner A10 enable SPL load from MMC
Strahinja Jankovic
2023-01-12
hw/arm: Add AXP209 to Cubieboard
Strahinja Jankovic
2023-01-12
hw/misc: AXP209 PMU Emulation
Strahinja Jankovic
2023-01-12
{hw/i2c,docs/system/arm}: Allwinner TWI/I2C Emulation
Strahinja Jankovic
2023-01-12
hw/misc: Allwinner A10 DRAM Controller Emulation
Strahinja Jankovic
2023-01-12
hw/misc: Allwinner-A10 Clock Controller Module Emulation
Strahinja Jankovic
2023-01-12
hw/arm: Add Olimex H405
Felipe Balbi
2023-01-12
hw/arm/stm32f405: correctly describe the memory layout
Felipe Balbi
2023-01-12
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
2023-01-11
Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...
Peter Maydell
2023-01-11
configure: remove backwards-compatibility code
Paolo Bonzini
2023-01-11
target/i386: fix operand size of unary SSE operations
Paolo Bonzini
2023-01-11
libvduse: Add extra compiler warnings
Marcel Holtmann
2023-01-11
libvhost-user: Add extra compiler warnings
Marcel Holtmann
2023-01-11
libvhost-user: Fix assignment in vring_set_avail_event
Marcel Holtmann
2023-01-11
libvduse: Fix assignment in vring_set_avail_event
Marcel Holtmann
2023-01-11
libvduse: Switch to unsigned int for inuse field in struct VduseVirtq
Marcel Holtmann
2023-01-11
libvduse: Provide _GNU_SOURCE when compiling outside of QEMU
Marcel Holtmann
2023-01-11
libvhost-user: Change dev->postcopy_ufd assignment to make it C90 compliant
Marcel Holtmann
2023-01-11
libvhost-user: Declare uffdio_register early to make it C90 compliant
Marcel Holtmann
2023-01-11
libvhost-user: Use unsigned int i for some for-loop iterations
Marcel Holtmann
2023-01-11
libvhost-user: Cast rc variable to avoid compiler warning
Marcel Holtmann
2023-01-11
libvhost-user: Replace typeof with __typeof__
Marcel Holtmann
2023-01-11
libvhost-user: Provide _GNU_SOURCE when compiling outside of QEMU
Marcel Holtmann
2023-01-11
hw/display: avoid creating empty loadable modules
Daniel P. Berrangé
2023-01-11
enforce use of G_GNUC_PRINTF attributes
Daniel P. Berrangé
2023-01-11
tests: add G_GNUC_PRINTF for various functions
Daniel P. Berrangé
2023-01-11
util/error: add G_GNUC_PRINTF for various functions
Daniel P. Berrangé
[next]