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
2018-01-16
sdhci: fix CAPAB/MAXCURR registers, both are 64bit and read-only
Philippe Mathieu-Daudé
2
-6
/
+21
2018-01-16
sdhci: rename the SDHC_CAPAB register
Philippe Mathieu-Daudé
2
-2
/
+2
2018-01-16
sdhci: move MASK_TRNMOD with other SDHC_TRN* defines in "sd-internal.h"
Philippe Mathieu-Daudé
2
-2
/
+2
2018-01-16
sdhci: convert the DPRINT() calls into trace events
Philippe Mathieu-Daudé
2
-59
/
+44
2018-01-16
sdhci: use qemu_log_mask(UNIMP) instead of fprintf()
Philippe Mathieu-Daudé
1
-3
/
+4
2018-01-16
sdhci: refactor common sysbus/pci unrealize() into sdhci_common_unrealize()
Philippe Mathieu-Daudé
1
-0
/
+22
2018-01-16
sdhci: refactor common sysbus/pci realize() into sdhci_common_realize()
Philippe Mathieu-Daudé
1
-9
/
+21
2018-01-16
sdhci: refactor common sysbus/pci class_init() into sdhci_common_class_init()
Philippe Mathieu-Daudé
1
-5
/
+13
2018-01-16
sdhci: use DEFINE_SDHCI_COMMON_PROPERTIES() for common sysbus/pci properties
Philippe Mathieu-Daudé
2
-9
/
+20
2018-01-16
sdhci: remove dead code
Philippe Mathieu-Daudé
2
-4
/
+0
2018-01-16
sdhci: clean up includes
Philippe Mathieu-Daudé
3
-5
/
+7
2018-01-16
target/arm: Add fp16 support to vfp_expand_imm
Richard Henderson
1
-0
/
+5
2018-01-16
target/arm: Split out vfp_expand_imm
Richard Henderson
1
-16
/
+28
2018-01-16
hw/sd/omap_mmc: Reset SD card on controller reset
Peter Maydell
1
-4
/
+10
2018-01-16
hw/sd/ssi-sd: Reset SD card on controller reset
Peter Maydell
1
-2
/
+23
2018-01-16
hw/sd/milkymist-memcard: Reset SD card on controller reset
Peter Maydell
1
-0
/
+4
2018-01-16
hw/sd/pl181: Reset SD card on controller reset
Peter Maydell
1
-0
/
+4
2018-01-16
target/arm: Handle page table walk load failures correctly
Peter Maydell
3
-11
/
+45
2018-01-16
hw/arm/virt: Add virt-2.12 machine type
Peter Maydell
1
-2
/
+17
2018-01-16
get_phys_addr_pmsav7: Support AP=0b111 for v7M
Peter Maydell
1
-0
/
+14
2018-01-16
hw/intc/armv7m: Support byte and halfword accesses to CFSR
Peter Maydell
1
-16
/
+22
2018-01-15
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180115' i...
Peter Maydell
13
-421
/
+899
2018-01-15
migration: remove notify in fd_error
Peter Xu
1
-1
/
+0
2018-01-15
migration: remove some block_cleanup_parameters()
Peter Xu
1
-2
/
+0
2018-01-15
migration: put the finish part into a new function
Peter Xu
1
-45
/
+49
2018-01-15
migration: major cleanup for migrate iterations
Peter Xu
1
-35
/
+55
2018-01-15
migration: cleanup stats update into function
Peter Xu
2
-36
/
+61
2018-01-15
migration: use switch at the end of migration
Peter Xu
1
-17
/
+27
2018-01-15
migration: introduce migrate_calculate_complete
Peter Xu
1
-11
/
+20
2018-01-15
migration: introduce downtime_start
Peter Xu
2
-8
/
+6
2018-01-15
migration: move vm_old_running into global state
Peter Xu
2
-10
/
+13
2018-01-15
migration: split use of MigrationState.total_time
Peter Xu
2
-3
/
+7
2018-01-15
migration: remove "enable_colo" var
Peter Xu
1
-2
/
+1
2018-01-15
migration: qemu_savevm_state_cleanup() in cleanup
Peter Xu
1
-8
/
+2
2018-01-15
migration: assert colo instead of check
Peter Xu
1
-1
/
+9
2018-01-15
migration: finalize current_migration object
Vladimir Sementsov-Ogievskiy
3
-0
/
+7
2018-01-15
migration: Guard ram_bytes_remaining against early call
Dr. David Alan Gilbert
1
-1
/
+2
2018-01-15
migration: add postcopy total blocktime into query-migrate
Alexey Perevalov
6
-5
/
+124
2018-01-15
migration: add blocktime calculation into migration-test
Alexey Perevalov
1
-0
/
+16
2018-01-15
migration: postcopy_blocktime documentation
Alexey Perevalov
1
-0
/
+14
2018-01-15
migration: calculate vCPU blocktime on dst side
Alexey Perevalov
2
-2
/
+146
2018-01-15
migration: add postcopy blocktime ctx into MigrationIncomingState
Alexey Perevalov
2
-0
/
+67
2018-01-15
migration: introduce postcopy-blocktime capability
Alexey Perevalov
3
-1
/
+15
2018-01-15
migration: fix analyze-migration.py script with radix table
Laurent Vivier
1
-0
/
+4
2018-01-15
migration: free result string
Juan Quintela
1
-1
/
+2
2018-01-15
docs: Convert migration.txt to rst
Dr. David Alan Gilbert
1
-226
/
+250
2018-01-15
migration: free addr in the same function that we created it
Juan Quintela
1
-2
/
+2
2018-01-15
migration: print features as on off
Juan Quintela
1
-4
/
+9
2018-01-15
migration: Use proper types in json
Juan Quintela
3
-50
/
+41
2018-01-15
Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...
Peter Maydell
7
-21
/
+9
[prev]
[next]