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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch_init.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-21
qapi: Move query-target from misc.json to machine.json
Markus Armbruster
1
-11
/
+0
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-1
/
+0
2018-06-01
arch_init: sort architectures
Michael S. Tsirkin
1
-8
/
+8
2018-05-04
qapi: change the type of TargetInfo.arch from string to enum SysEmuTarget
Laszlo Ersek
1
-1
/
+3
2018-03-07
RISC-V Build Infrastructure
Michael Clark
1
-0
/
+2
2018-03-02
qapi: Empty out qapi-schema.json
Markus Armbruster
1
-1
/
+1
2018-01-30
target/hppa: Skeleton support for hppa-softmmu
Helge Deller
1
-0
/
+2
2017-05-19
audio: Rename hw/audio/audio.h to hw/audio/soundhw.h
Eduardo Habkost
1
-1
/
+1
2017-05-19
audio: Move arch_init audio code to hw/audio/soundhw.c
Eduardo Habkost
1
-124
/
+0
2017-01-24
nios2: Add support for Nios-II R1
Marek Vasut
1
-0
/
+2
2017-01-23
arch_init: Remove unnecessary default_config_files table
Eduardo Habkost
1
-27
/
+0
2017-01-16
acpi: filter based on CONFIG_ACPI_X86 rather than TARGET
Paolo Bonzini
1
-13
/
+0
2017-01-16
smbios: filter based on CONFIG_SMBIOS rather than TARGET
Leif Lindholm
1
-8
/
+0
2016-09-23
util: Add UUID API
Fam Zheng
1
-19
/
+0
2016-05-23
cpu: Eliminate cpudef_init(), cpudef_setup()
Eduardo Habkost
1
-7
/
+0
2016-05-19
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
1
-0
/
+2
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-0
/
+1
2016-02-04
all: Clean up includes
Peter Maydell
1
-1
/
+1
2016-01-13
error: Use error_reportf_err() where it makes obvious sense
Markus Armbruster
1
-3
/
+1
2015-08-13
smbios: move smbios code into a common folder
Wei Huang
1
-1
/
+1
2015-06-12
migration: reduce include files
Juan Quintela
1
-23
/
+0
2015-06-12
migration: move ram stuff to migration/ram
Juan Quintela
1
-1588
/
+0
2015-06-05
migration: move dirty bitmap sync to ram_addr.h
Stefan Hajnoczi
1
-44
/
+2
2015-06-02
arch_init: Drop target-x86_64.conf
Ikey Doherty
1
-1
/
+0
2015-05-07
migration: Fix migration state update issue
Liang Li
1
-1
/
+1
2015-05-07
migration: avoid divide by zero in xbzrle cache miss rate
Michael Chapman
1
-3
/
+5
2015-05-07
migration: Add the core code for decompression
Liang Li
1
-2
/
+48
2015-05-07
migration: Make compression co-work with xbzrle
Liang Li
1
-1
/
+11
2015-05-07
migration: Add the core code of multi-thread compression
Liang Li
1
-7
/
+178
2015-05-06
migration: Split save_zero_page from ram_save_page
Liang Li
1
-18
/
+43
2015-05-06
arch_init: Add and free data struct for decompression
Liang Li
1
-1
/
+12
2015-05-06
arch_init: Alloc and free data struct for compression
Liang Li
1
-1
/
+34
2015-05-06
migration: Add the framework of multi-thread decompression
Liang Li
1
-0
/
+77
2015-05-06
migration: Add the framework of multi-thread compression
Liang Li
1
-2
/
+92
2015-03-26
migration: remove last_sent_block from save_page_header
Juan Quintela
1
-6
/
+6
2015-03-17
arch_init: Count the total number of pages by using helper function
zhanghailiang
1
-7
/
+1
2015-03-16
rename save_block_hdr to save_page_header
Juan Quintela
1
-8
/
+19
2015-03-16
save_block_hdr: we can recalculate the cont parameter here
Juan Quintela
1
-23
/
+24
2015-03-16
save_xbzrle_page: change calling convention
Juan Quintela
1
-19
/
+25
2015-03-16
ram_save_page: change calling covention
Juan Quintela
1
-19
/
+38
2015-03-16
ram_find_and_save_block: change calling convention
Juan Quintela
1
-22
/
+23
2015-03-16
ram: make all save_page functions take a uint64_t parameter
Juan Quintela
1
-3
/
+8
2015-02-26
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...
Peter Maydell
1
-2
/
+1
2015-02-18
error: Use error_report_err() where appropriate
Markus Armbruster
1
-2
/
+1
2015-02-16
Convert ram_list to RCU
Mike Day
1
-18
/
+47
2015-02-16
exec: convert ram_list to QLIST
Mike Day
1
-9
/
+10
2015-02-16
cosmetic changes preparing for the following patches
Mike Day
1
-5
/
+4
2015-01-15
xbzrle: optimize XBZRLE to decrease the cache misses
ChenLiang
1
-3
/
+5
2015-01-08
arch_init: support resizing on incoming migration
Michael S. Tsirkin
1
-5
/
+8
2015-01-08
exec: split length -> used_length/max_length
Michael S. Tsirkin
1
-9
/
+10
[next]