index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-30
linux-user: Tidy loader_exec
Richard Henderson
1
-19
/
+19
2023-10-30
linux-user: Introduce imgsrc_read, imgsrc_read_alloc
Richard Henderson
2
-9
/
+142
2023-10-30
linux-user: Fix guest signal remapping after adjusting SIGABRT
Richard Henderson
1
-5
/
+4
2023-10-30
migration: set file error on subsection loading
Marc-André Lureau
1
-0
/
+1
2023-10-30
migration: rename vmstate_save_needed->vmstate_section_needed
Marc-André Lureau
3
-4
/
+4
2023-10-30
migration/ram: Fix compilation with -Wshadow=local
Thomas Huth
1
-3
/
+5
2023-10-30
migration: Rename ram_compressed_pages() to compress_ram_pages()
Juan Quintela
3
-3
/
+3
2023-10-30
migration: Merge flush_compressed_data() and compress_flush_data()
Juan Quintela
2
-12
/
+6
2023-10-30
migration: Move ram_flush_compressed_data() to ram-compress.c
Juan Quintela
3
-13
/
+14
2023-10-30
migration: Export send_queued_data()
Juan Quintela
2
-3
/
+4
2023-10-30
migration: Create compress_update_rates()
Juan Quintela
4
-30
/
+43
2023-10-30
migration: Move busy++ to migrate_with_multithread
Juan Quintela
2
-6
/
+3
2023-10-30
migration: Simplify compress_page_with_multithread()
Juan Quintela
1
-24
/
+24
2023-10-30
migration: Make compress_data_with_multithreads return bool
Juan Quintela
3
-11
/
+13
2023-10-30
migration: Remove save_page_use_compression()
Juan Quintela
1
-27
/
+7
2023-10-30
migration: Give one error if trying to set COMPRESSION and XBZRLE
Juan Quintela
1
-0
/
+7
2023-10-30
migration: Give one error if trying to set MULTIFD and XBZRLE
Juan Quintela
1
-0
/
+7
2023-10-30
migration: Rename ram_handle_compressed() to ram_handle_zero()
Juan Quintela
3
-7
/
+7
2023-10-30
migration: Receiving a zero page non zero is an error
Juan Quintela
2
-5
/
+16
2023-10-30
migration/doc: We broke backwards compatibility
Juan Quintela
1
-0
/
+202
2023-10-30
migration/doc: How to migrate when hosts have different features
Juan Quintela
1
-0
/
+97
2023-10-30
migration/doc: Add documentation for backwards compatiblity
Juan Quintela
1
-0
/
+219
2023-10-30
migration/doc: Add contents
Juan Quintela
1
-0
/
+2
2023-10-30
Merge tag 'pull-hex-20231018' of https://github.com/quic/qemu into staging
Stefan Hajnoczi
6
-80
/
+50
2023-10-30
hw/ufs: Modify lu.c to share codes with SCSI subsystem
Jeuk Kim
6
-1460
/
+315
2023-10-30
Merge tag 'pull-request-2023-10-27' of https://gitlab.com/thuth/qemu into sta...
Stefan Hajnoczi
12
-37
/
+46
2023-10-27
hw/net/cadence_gem: enforce 32 bits variable size for CRC
Luc Michel
1
-1
/
+1
2023-10-27
hw/net/cadence_gem: perform PHY access on write only
Luc Michel
1
-23
/
+33
2023-10-27
hw/net/cadence_gem: use FIELD to describe PHYMNTNC register fields
Luc Michel
1
-13
/
+14
2023-10-27
hw/net/cadence_gem: use FIELD to describe DESCONF6 register fields
Luc Michel
1
-2
/
+2
2023-10-27
hw/net/cadence_gem: use FIELD to describe IRQ register fields
Luc Michel
1
-12
/
+39
2023-10-27
hw/net/cadence_gem: use FIELD to describe [TX|RX]STATUS register fields
Luc Michel
1
-9
/
+25
2023-10-27
hw/net/cadence_gem: use FIELD to describe DMACFG register fields
Luc Michel
1
-17
/
+31
2023-10-27
hw/net/cadence_gem: use FIELD to describe NWCFG register fields
Luc Michel
1
-21
/
+39
2023-10-27
hw/net/cadence_gem: use FIELD to describe NWCTRL register fields
Luc Michel
1
-13
/
+40
2023-10-27
hw/net/cadence_gem: use FIELD for screening registers
Luc Michel
1
-45
/
+47
2023-10-27
hw/net/cadence_gem: use REG32 macro for register definitions
Luc Michel
1
-267
/
+262
2023-10-27
misc/led: LED state is set opposite of what is expected
Glenn Miles
1
-1
/
+1
2023-10-27
hw/arm: Avoid using 'first_cpu' when first ARM CPU is reachable
Philippe Mathieu-Daudé
5
-7
/
+8
2023-10-27
hw/arm/pxa2xx: Realize PXA2XX_I2C device before accessing it
Philippe Mathieu-Daudé
1
-2
/
+3
2023-10-27
hw/intc/pxa2xx: Factor pxa2xx_pic_realize() out of pxa2xx_pic_init()
Philippe Mathieu-Daudé
1
-6
/
+10
2023-10-27
hw/intc/pxa2xx: Pass CPU reference using QOM link property
Philippe Mathieu-Daudé
1
-1
/
+10
2023-10-27
hw/intc/pxa2xx: Convert to Resettable interface
Philippe Mathieu-Daudé
1
-5
/
+12
2023-10-27
hw/pcmcia/pxa2xx: Inline pxa2xx_pcmcia_init()
Philippe Mathieu-Daudé
3
-16
/
+8
2023-10-27
hw/pcmcia/pxa2xx: Do not open-code sysbus_create_simple()
Philippe Mathieu-Daudé
1
-3
/
+1
2023-10-27
hw/pcmcia/pxa2xx: Realize sysbus device before accessing it
Philippe Mathieu-Daudé
1
-5
/
+2
2023-10-27
hw/sd/pxa2xx: Do not open-code sysbus_create_simple()
Philippe Mathieu-Daudé
1
-6
/
+1
2023-10-27
hw/sd/pxa2xx: Realize sysbus device before accessing it
Philippe Mathieu-Daudé
1
-1
/
+1
2023-10-27
hw/arm/xlnx-zynqmp: Remove 'hw/arm/boot.h' from header
Philippe Mathieu-Daudé
2
-1
/
+1
2023-10-27
hw/arm/xlnx-versal: Remove 'hw/arm/boot.h' from header
Philippe Mathieu-Daudé
2
-1
/
+1
[prev]
[next]