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
2017-09-05
io: add new qio_channel_{readv, writev, read, write}_all functions
Daniel P. Berrange
3
-93
/
+193
2017-09-05
io: fix typo in docs comment for qio_channel_read
Daniel P. Berrange
1
-1
/
+1
2017-09-05
util: remove the obsolete non-blocking connect
Cao jin
5
-195
/
+28
2017-09-04
io: fix temp directory used by test-io-channel-tls test
Daniel P. Berrange
1
-2
/
+2
2017-09-01
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...
Peter Maydell
88
-447
/
+419
2017-09-01
ppc: replace cpu_ppc_init() with cpu_generic_init()
Igor Mammedov
9
-15
/
+13
2017-09-01
unicore32: replace uc32_cpu_init() with cpu_generic_init()
Igor Mammedov
3
-9
/
+2
2017-09-01
openrisc: replace cpu_openrisc_init() with cpu_generic_init()
Igor Mammedov
3
-9
/
+2
2017-09-01
moxie: replace cpu_moxie_init() with cpu_generic_init()
Igor Mammedov
3
-8
/
+2
2017-09-01
lm32: replace cpu_lm32_init() with cpu_generic_init()
Igor Mammedov
4
-10
/
+4
2017-09-01
x86: replace cpu_x86_init() with cpu_generic_init()
Igor Mammedov
2
-7
/
+1
2017-09-01
cris: replace cpu_cris_init() with cpu_generic_init()
Igor Mammedov
3
-8
/
+2
2017-09-01
arm: replace cpu_arm_init() with cpu_generic_init()
Igor Mammedov
7
-13
/
+7
2017-09-01
sh4: replace cpu_sh4_init() with cpu_generic_init()
Igor Mammedov
4
-9
/
+3
2017-09-01
tricore: replace cpu_tricore_init() with cpu_generic_init()
Igor Mammedov
3
-9
/
+2
2017-09-01
xtensa: replace cpu_xtensa_init() with cpu_generic_init()
Igor Mammedov
5
-27
/
+6
2017-09-01
tilegx: replace cpu_tilegx_init() with cpu_generic_init()
Igor Mammedov
2
-11
/
+4
2017-09-01
nios2: replace cpu_nios2_init() with cpu_generic_init()
Igor Mammedov
3
-9
/
+5
2017-09-01
microblaze: replace cpu_mb_init() with cpu_generic_init()
Igor Mammedov
3
-13
/
+7
2017-09-01
m68k: replace cpu_m68k_init() with cpu_generic_init()
Igor Mammedov
5
-24
/
+5
2017-09-01
hppa: replace cpu_hppa_init() with cpu_generic_init()
Igor Mammedov
2
-11
/
+4
2017-09-01
alpha: replace cpu_alpha_init() with cpu_generic_init()
Igor Mammedov
3
-20
/
+12
2017-09-01
s390x: replace cpu_s390x_init() with cpu_generic_init()
Igor Mammedov
3
-16
/
+8
2017-09-01
sparc: replace cpu_sparc_init() with cpu_generic_init()
Igor Mammedov
5
-10
/
+4
2017-09-01
sparc: make cpu feature parsing property based
Igor Mammedov
1
-133
/
+82
2017-09-01
sparc: move adhoc CPUSPARCState initialization to realize time
Igor Mammedov
1
-15
/
+15
2017-09-01
sparc: convert cpu features to qdev properties
Igor Mammedov
1
-0
/
+66
2017-09-01
sparc: embed sparc_def_t into CPUSPARCState
Igor Mammedov
9
-41
/
+34
2017-09-01
sparc: convert cpu models to SPARC cpu subclasses
Igor Mammedov
2
-39
/
+83
2017-09-01
qom: cpu: fix parsed feature string length
Igor Mammedov
1
-8
/
+6
2017-09-01
target-i386/cpu: Add new EPYC CPU model
Brijesh Singh
1
-0
/
+44
2017-09-01
hmp: allow apic-id for "info lapic"
Yi Wang
2
-4
/
+13
2017-09-01
cpu: cpu_by_arch_id() helper
Eduardo Habkost
2
-3
/
+18
2017-09-01
qom: Remove unused errp parameter from can_be_deleted()
Eduardo Habkost
4
-8
/
+7
2017-08-31
Merge remote-tracking branch 'remotes/elmarco/tags/tidy-pull-request' into st...
Peter Maydell
28
-66
/
+63
2017-08-31
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
14
-95
/
+2831
2017-08-31
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-08-30' into st...
Peter Maydell
10
-169
/
+318
2017-08-31
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170830' into staging
Peter Maydell
62
-853
/
+1257
2017-08-31
eepro100: replace g_malloc()+memcpy() with g_memdup()
Marc-André Lureau
1
-2
/
+1
2017-08-31
test-iov: replace g_malloc()+memcpy() with g_memdup()
Marc-André Lureau
1
-2
/
+1
2017-08-31
i386: replace g_malloc()+memcpy() with g_memdup()
Marc-André Lureau
1
-2
/
+1
2017-08-31
i386: introduce ELF_NOTE_SIZE macro
Marc-André Lureau
1
-10
/
+10
2017-08-31
decnumber: use DIV_ROUND_UP
Marc-André Lureau
1
-1
/
+1
2017-08-31
kvm: use DIV_ROUND_UP
Marc-André Lureau
1
-1
/
+1
2017-08-31
i386/dump: use DIV_ROUND_UP
Marc-André Lureau
1
-12
/
+12
2017-08-31
ppc: use DIV_ROUND_UP
Marc-André Lureau
2
-2
/
+2
2017-08-31
msix: use DIV_ROUND_UP
Marc-André Lureau
1
-2
/
+2
2017-08-31
usb-hub: use DIV_ROUND_UP
Marc-André Lureau
1
-4
/
+4
2017-08-31
q35: use DIV_ROUND_UP
Marc-André Lureau
1
-1
/
+1
2017-08-31
piix: use DIV_ROUND_UP
Marc-André Lureau
1
-1
/
+1
[next]