aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-30linux-user: Tidy loader_execRichard Henderson1-19/+19
2023-10-30linux-user: Introduce imgsrc_read, imgsrc_read_allocRichard Henderson2-9/+142
2023-10-30linux-user: Fix guest signal remapping after adjusting SIGABRTRichard Henderson1-5/+4
2023-10-30migration: set file error on subsection loadingMarc-André Lureau1-0/+1
2023-10-30migration: rename vmstate_save_needed->vmstate_section_neededMarc-André Lureau3-4/+4
2023-10-30migration/ram: Fix compilation with -Wshadow=localThomas Huth1-3/+5
2023-10-30migration: Rename ram_compressed_pages() to compress_ram_pages()Juan Quintela3-3/+3
2023-10-30migration: Merge flush_compressed_data() and compress_flush_data()Juan Quintela2-12/+6
2023-10-30migration: Move ram_flush_compressed_data() to ram-compress.cJuan Quintela3-13/+14
2023-10-30migration: Export send_queued_data()Juan Quintela2-3/+4
2023-10-30migration: Create compress_update_rates()Juan Quintela4-30/+43
2023-10-30migration: Move busy++ to migrate_with_multithreadJuan Quintela2-6/+3
2023-10-30migration: Simplify compress_page_with_multithread()Juan Quintela1-24/+24
2023-10-30migration: Make compress_data_with_multithreads return boolJuan Quintela3-11/+13
2023-10-30migration: Remove save_page_use_compression()Juan Quintela1-27/+7
2023-10-30migration: Give one error if trying to set COMPRESSION and XBZRLEJuan Quintela1-0/+7
2023-10-30migration: Give one error if trying to set MULTIFD and XBZRLEJuan Quintela1-0/+7
2023-10-30migration: Rename ram_handle_compressed() to ram_handle_zero()Juan Quintela3-7/+7
2023-10-30migration: Receiving a zero page non zero is an errorJuan Quintela2-5/+16
2023-10-30migration/doc: We broke backwards compatibilityJuan Quintela1-0/+202
2023-10-30migration/doc: How to migrate when hosts have different featuresJuan Quintela1-0/+97
2023-10-30migration/doc: Add documentation for backwards compatiblityJuan Quintela1-0/+219
2023-10-30migration/doc: Add contentsJuan Quintela1-0/+2
2023-10-30Merge tag 'pull-hex-20231018' of https://github.com/quic/qemu into stagingStefan Hajnoczi6-80/+50
2023-10-30hw/ufs: Modify lu.c to share codes with SCSI subsystemJeuk Kim6-1460/+315
2023-10-30Merge tag 'pull-request-2023-10-27' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi12-37/+46
2023-10-27hw/net/cadence_gem: enforce 32 bits variable size for CRCLuc Michel1-1/+1
2023-10-27hw/net/cadence_gem: perform PHY access on write onlyLuc Michel1-23/+33
2023-10-27hw/net/cadence_gem: use FIELD to describe PHYMNTNC register fieldsLuc Michel1-13/+14
2023-10-27hw/net/cadence_gem: use FIELD to describe DESCONF6 register fieldsLuc Michel1-2/+2
2023-10-27hw/net/cadence_gem: use FIELD to describe IRQ register fieldsLuc Michel1-12/+39
2023-10-27hw/net/cadence_gem: use FIELD to describe [TX|RX]STATUS register fieldsLuc Michel1-9/+25
2023-10-27hw/net/cadence_gem: use FIELD to describe DMACFG register fieldsLuc Michel1-17/+31
2023-10-27hw/net/cadence_gem: use FIELD to describe NWCFG register fieldsLuc Michel1-21/+39
2023-10-27hw/net/cadence_gem: use FIELD to describe NWCTRL register fieldsLuc Michel1-13/+40
2023-10-27hw/net/cadence_gem: use FIELD for screening registersLuc Michel1-45/+47
2023-10-27hw/net/cadence_gem: use REG32 macro for register definitionsLuc Michel1-267/+262
2023-10-27misc/led: LED state is set opposite of what is expectedGlenn Miles1-1/+1
2023-10-27hw/arm: Avoid using 'first_cpu' when first ARM CPU is reachablePhilippe Mathieu-Daudé5-7/+8
2023-10-27hw/arm/pxa2xx: Realize PXA2XX_I2C device before accessing itPhilippe Mathieu-Daudé1-2/+3
2023-10-27hw/intc/pxa2xx: Factor pxa2xx_pic_realize() out of pxa2xx_pic_init()Philippe Mathieu-Daudé1-6/+10
2023-10-27hw/intc/pxa2xx: Pass CPU reference using QOM link propertyPhilippe Mathieu-Daudé1-1/+10
2023-10-27hw/intc/pxa2xx: Convert to Resettable interfacePhilippe Mathieu-Daudé1-5/+12
2023-10-27hw/pcmcia/pxa2xx: Inline pxa2xx_pcmcia_init()Philippe Mathieu-Daudé3-16/+8
2023-10-27hw/pcmcia/pxa2xx: Do not open-code sysbus_create_simple()Philippe Mathieu-Daudé1-3/+1
2023-10-27hw/pcmcia/pxa2xx: Realize sysbus device before accessing itPhilippe Mathieu-Daudé1-5/+2
2023-10-27hw/sd/pxa2xx: Do not open-code sysbus_create_simple()Philippe Mathieu-Daudé1-6/+1
2023-10-27hw/sd/pxa2xx: Realize sysbus device before accessing itPhilippe Mathieu-Daudé1-1/+1
2023-10-27hw/arm/xlnx-zynqmp: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé2-1/+1
2023-10-27hw/arm/xlnx-versal: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé2-1/+1