aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-12hw/arm/stellaris: Drop useless casts from void * to pointerPhilippe Mathieu-Daudé
2023-01-12hw/intc/omap_intc: Use CamelCase for TYPE_OMAP_INTC type namePhilippe Mathieu-Daudé
2023-01-12hw/gpio/omap_gpio: Use CamelCase for TYPE_OMAP2_GPIO type namePhilippe Mathieu-Daudé
2023-01-12hw/gpio/omap_gpio: Use CamelCase for TYPE_OMAP1_GPIO type namePhilippe Mathieu-Daudé
2023-01-12hw/arm/omap: Drop useless casts from void * to pointerPhilippe Mathieu-Daudé
2023-01-12hw/gpio/omap_gpio: Add local variable to avoid embedded castPhilippe Mathieu-Daudé
2023-01-12hw/arm/pxa: Avoid forward-declaring PXA2xxI2CStatePhilippe Mathieu-Daudé
2023-01-12hw/arm: Remove unreachable code calling pflash_cfi01_register()Philippe Mathieu-Daudé
2023-01-12hw/arm/vexpress: Remove dead code in vexpress_common_init()Philippe Mathieu-Daudé
2023-01-12hw/arm/z2: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2023-01-12hw/arm/omap_sx1: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2023-01-12hw/arm/omap_sx1: Remove unused 'total_ram' definitionsPhilippe Mathieu-Daudé
2023-01-12hw/arm/musicpal: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2023-01-12hw/arm/mainstone: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2023-01-12hw/arm/gumstix: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2023-01-12hw/arm/gumstix: Improve documentationPhilippe Mathieu-Daudé
2023-01-12hw/arm/collie: Simplify flash creation using for() loopPhilippe Mathieu-Daudé
2023-01-12hw/arm/collie: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2023-01-12hw/arm/pxa2xx: Simplify pxa270_init()Philippe Mathieu-Daudé
2023-01-12hw/arm/pxa2xx: Simplify pxa255_init()Philippe Mathieu-Daudé
2023-01-12target/arm: Fix sve_probe_pageRichard Henderson
2023-01-12tests/avocado: Add SD boot test to CubieboardStrahinja Jankovic
2023-01-12hw/arm: Allwinner A10 enable SPL load from MMCStrahinja Jankovic
2023-01-12hw/arm: Add AXP209 to CubieboardStrahinja Jankovic
2023-01-12hw/misc: AXP209 PMU EmulationStrahinja Jankovic
2023-01-12{hw/i2c,docs/system/arm}: Allwinner TWI/I2C EmulationStrahinja Jankovic
2023-01-12hw/misc: Allwinner A10 DRAM Controller EmulationStrahinja Jankovic
2023-01-12hw/misc: Allwinner-A10 Clock Controller Module EmulationStrahinja Jankovic
2023-01-12hw/arm: Add Olimex H405Felipe Balbi
2023-01-12hw/arm/stm32f405: correctly describe the memory layoutFelipe Balbi
2023-01-12Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2023-01-11Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...Peter Maydell
2023-01-11configure: remove backwards-compatibility codePaolo Bonzini
2023-01-11target/i386: fix operand size of unary SSE operationsPaolo Bonzini
2023-01-11libvduse: Add extra compiler warningsMarcel Holtmann
2023-01-11libvhost-user: Add extra compiler warningsMarcel Holtmann
2023-01-11libvhost-user: Fix assignment in vring_set_avail_eventMarcel Holtmann
2023-01-11libvduse: Fix assignment in vring_set_avail_eventMarcel Holtmann
2023-01-11libvduse: Switch to unsigned int for inuse field in struct VduseVirtqMarcel Holtmann
2023-01-11libvduse: Provide _GNU_SOURCE when compiling outside of QEMUMarcel Holtmann
2023-01-11libvhost-user: Change dev->postcopy_ufd assignment to make it C90 compliantMarcel Holtmann
2023-01-11libvhost-user: Declare uffdio_register early to make it C90 compliantMarcel Holtmann
2023-01-11libvhost-user: Use unsigned int i for some for-loop iterationsMarcel Holtmann
2023-01-11libvhost-user: Cast rc variable to avoid compiler warningMarcel Holtmann
2023-01-11libvhost-user: Replace typeof with __typeof__Marcel Holtmann
2023-01-11libvhost-user: Provide _GNU_SOURCE when compiling outside of QEMUMarcel Holtmann
2023-01-11hw/display: avoid creating empty loadable modulesDaniel P. Berrangé
2023-01-11enforce use of G_GNUC_PRINTF attributesDaniel P. Berrangé
2023-01-11tests: add G_GNUC_PRINTF for various functionsDaniel P. Berrangé
2023-01-11util/error: add G_GNUC_PRINTF for various functionsDaniel P. Berrangé