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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-25
tests: virtio-9p: improve error reporting
Greg Kurz
1
-5
/
+19
2017-01-25
9pfs: add missing coroutine_fn annotations
Greg Kurz
1
-2
/
+2
2017-01-24
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170124' into staging
Peter Maydell
1
-2
/
+2
2017-01-24
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...
Peter Maydell
19
-135
/
+108
2017-01-24
s390x/kvm: fix cmma reset for KVM
Christian Borntraeger
1
-1
/
+1
2017-01-24
s390x/kvm: include hw_accel.h instead of kvm.h
Cornelia Huck
1
-1
/
+1
2017-01-24
Makefile: Add qemu-doc.txt to distclean and dependencies
Peter Maydell
1
-2
/
+2
2017-01-24
Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20170123' into staging
Peter Maydell
36
-77
/
+9842
2017-01-23
kvm: Allow invtsc migration if tsc-khz is set explicitly
Eduardo Habkost
1
-9
/
+11
2017-01-23
kvm: Simplify invtsc check
Eduardo Habkost
1
-2
/
+2
2017-01-23
hw/core/null-machine: Add the possibility to instantiate a CPU and RAM
Thomas Huth
2
-3
/
+26
2017-01-23
qemu-options: Rename variables on the -numa "cpus" option
Eduardo Habkost
1
-4
/
+4
2017-01-23
MAINTAINERS: Add an entry for hw/core/null-machine.c
Thomas Huth
1
-0
/
+1
2017-01-23
machine: Make possible_cpu_arch_ids() return const pointer
Igor Mammedov
8
-23
/
+13
2017-01-23
pc: don't return cpu pointer from pc_new_cpu() as it's not needed anymore
Igor Mammedov
1
-16
/
+8
2017-01-23
pc: cleanup: move smbios_set_cpuid() into pc_build_smbios()
Igor Mammedov
1
-8
/
+9
2017-01-23
arch_init: Remove unnecessary default_config_files table
Eduardo Habkost
3
-35
/
+14
2017-01-23
vl: Ensure the numa_post_machine_init func in the appropriate location
Dou Liyang
1
-2
/
+3
2017-01-23
i386: Return migration-safe field on query-cpu-definitions
Eduardo Habkost
2
-0
/
+5
2017-01-23
i386: Remove AMD feature flag aliases from Opteron models
Eduardo Habkost
1
-34
/
+12
2017-01-23
x86: add AVX512_VPOPCNTDQ features
He Chen
2
-1
/
+2
2017-01-23
target-hppa: Implement floating-point insns
Richard Henderson
3
-0
/
+1177
2017-01-23
target-hppa: Implement system and memory-management insns
Richard Henderson
3
-0
/
+219
2017-01-23
target-hppa: Implement loads and stores
Richard Henderson
3
-0
/
+699
2017-01-23
target-hppa: Implement shifts and deposits
Richard Henderson
1
-0
/
+309
2017-01-23
target-hppa: Implement linux-user gateway page
Richard Henderson
1
-4
/
+81
2017-01-23
target-hppa: Implement branches
Richard Henderson
1
-0
/
+477
2017-01-23
target-hppa: Implement basic arithmetic
Richard Henderson
3
-0
/
+907
2017-01-23
target-hppa: Add nullification framework
Richard Henderson
1
-4
/
+224
2017-01-23
target-hppa: Add framework and enable compilation
Richard Henderson
12
-3
/
+1116
2017-01-23
target-hppa: Add softfloat specializations
Richard Henderson
1
-1
/
+19
2017-01-23
linux-user: Add HPPA startup and main loop
Richard Henderson
2
-0
/
+196
2017-01-23
linux-user: Add HPPA signal handling
Richard Henderson
1
-1
/
+190
2017-01-23
linux-user: Add HPPA target_signal.h and target_cpu.h
Richard Henderson
2
-0
/
+64
2017-01-23
linux-user: Add HPPA target_structs.h
Richard Henderson
1
-0
/
+54
2017-01-23
linux-user: Add HPPA definitions to syscall_defs.h
Richard Henderson
1
-1
/
+130
2017-01-23
linux-user: Add HPPA target_syscall.h
Richard Henderson
1
-0
/
+237
2017-01-23
linux-user: Add HPPA termbits.h
Richard Henderson
1
-0
/
+219
2017-01-23
linux-user: Add HPPA syscall numbers
Richard Henderson
1
-0
/
+353
2017-01-23
linux-user: Add HPPA socket.h definitions
Richard Henderson
2
-0
/
+99
2017-01-23
linux-user: Add some hppa ioctls
Helge Deller
1
-0
/
+15
2017-01-23
Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2017-01-23-2' in...
Peter Maydell
22
-169
/
+760
2017-01-23
io: introduce a DNS resolver API
Daniel P. Berrange
5
-2
/
+509
2017-01-23
io: remove Error parameter from QIOTask thread worker
Daniel P. Berrange
4
-52
/
+30
2017-01-23
io: change the QIOTask callback signature
Daniel P. Berrange
15
-112
/
+110
2017-01-23
io: add ability to associate an error with a task
Daniel P. Berrange
2
-0
/
+55
2017-01-23
io: add ability to associate an opaque "result" with with a task
Daniel P. Berrange
2
-0
/
+47
2017-01-23
io: fix typo in docs for QIOTask
Daniel P. Berrange
1
-3
/
+3
2017-01-23
io: stop incrementing reference in qio_task_get_source
Daniel P. Berrange
5
-10
/
+4
2017-01-23
sockets: add ability to disable DNS resolution for InetSocketAddress
Daniel P. Berrange
2
-0
/
+12
[next]