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