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
2019-07-05
i386: Remove unused host_cpudef variable
Eduardo Habkost
1
-6
/
+0
2019-07-05
x86/cpu: use FeatureWordArray to define filtered_features
Wei Yang
1
-1
/
+1
2019-07-05
i386: make 'hv-spinlocks' a regular uint32 property
Roman Kagan
1
-43
/
+2
2019-07-05
i386: Fix signedness of hyperv_spinlock_attempts
Eduardo Habkost
1
-1
/
+1
2019-07-05
i386: Don't print warning if phys-bits was set automatically
Eduardo Habkost
1
-9
/
+9
2019-07-05
deprecate -mem-path fallback to anonymous RAM
Igor Mammedov
2
-2
/
+13
2019-07-05
hppa: Delete unused hppa_cpu_list() function
Eduardo Habkost
2
-19
/
+0
2019-07-05
numa: deprecate implict memory distribution between nodes
Igor Mammedov
2
-0
/
+11
2019-07-05
numa: deprecate 'mem' parameter of '-numa node' option
Igor Mammedov
2
-0
/
+18
2019-07-05
machine: show if CLI option '-numa node,mem' is supported in QAPI schema
Igor Mammedov
6
-1
/
+11
2019-07-05
pc: fix possible NULL pointer dereference in pc_machine_get_device_memory_reg...
Igor Mammedov
1
-1
/
+5
2019-07-05
i386: Update new x86_apicid parsing rules with die_offset support
Like Xu
4
-76
/
+124
2019-07-05
i386/cpu: Consolidate die-id validity in smp context
Like Xu
7
-3
/
+38
2019-07-05
hw/i386: Adjust nr_dies with configured smp_dies for PCMachine
Like Xu
1
-5
/
+11
2019-07-05
i386: Add die-level cpu topology to x86CPU on PCMachine
Like Xu
4
-2
/
+12
2019-07-05
vl.c: Replace smp global variables with smp machine properties
Like Xu
1
-27
/
+26
2019-07-05
hw: Replace global smp variables with MachineState for all remaining archs
Like Xu
9
-4
/
+13
2019-07-05
hw/arm: Replace global smp variables with machine smp properties
Like Xu
15
-24
/
+61
2019-07-05
hw/i386: Replace global smp variables with machine smp properties
Like Xu
5
-13
/
+31
2019-07-05
hw/s390x: Replace global smp variables with machine smp properties
Like Xu
5
-6
/
+17
2019-07-05
hw/riscv: Replace global smp variables with machine smp properties
Like Xu
5
-6
/
+18
2019-07-05
hw/ppc: Replace global smp variables with machine smp properties
Like Xu
7
-15
/
+42
2019-07-05
general: Replace global smp variables with smp machine properties
Like Xu
10
-11
/
+45
2019-07-05
machine: Refactor smp-related call chains to pass MachineState
Like Xu
14
-44
/
+46
2019-07-05
hw/boards: Add struct CpuTopology to MachineState
Like Xu
2
-0
/
+20
2019-07-05
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...
Peter Maydell
3
-3
/
+3
2019-07-05
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190705-pull-request' ...
Peter Maydell
2
-63
/
+75
2019-07-05
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-050719-3...
Peter Maydell
13
-63
/
+667
2019-07-05
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
36
-161
/
+843
2019-07-05
ati-vga: Fix setting offset together with pitch for r128pro
BALATON Zoltan
1
-2
/
+2
2019-07-05
ati-vga: Fix reverse bit blts
BALATON Zoltan
1
-15
/
+40
2019-07-05
ati-vga: Fix frame buffer endianness for big endian target
BALATON Zoltan
2
-5
/
+6
2019-07-05
ati-vga: Improve readability of ati_2d_blt function
BALATON Zoltan
1
-47
/
+33
2019-07-04
docs: avoid vhost-user-net specifics in multiqueue section
Stefan Hajnoczi
1
-10
/
+11
2019-07-04
libvhost-user: implement VHOST_USER_PROTOCOL_F_MQ
Stefan Hajnoczi
1
-3
/
+4
2019-07-04
libvhost-user: support many virtqueues
Stefan Hajnoczi
9
-51
/
+105
2019-07-04
libvhost-user: add vmsg_set_reply_u64() helper
Stefan Hajnoczi
1
-13
/
+13
2019-07-04
pc: Move compat_apic_id_mode variable to PCMachineClass
Eduardo Habkost
3
-14
/
+14
2019-07-04
virtio: Don't change "started" flag on virtio_vmstate_change()
Xie Yongji
1
-1
/
+4
2019-07-04
virtio: Make sure we get correct state of device on handle_aio_output()
Xie Yongji
1
-3
/
+3
2019-07-04
virtio: Set "start_on_kick" on virtio_set_features()
Xie Yongji
1
-8
/
+20
2019-07-04
virtio: Set "start_on_kick" for legacy devices
Xie Yongji
2
-5
/
+3
2019-07-04
virtio: add "use-started" property
Xie Yongji
4
-13
/
+31
2019-07-04
virtio-pci: fix missing device properties
Marc-André Lureau
1
-14
/
+14
2019-07-04
pc: Support for virtio-pmem-pci
David Hildenbrand
2
-1
/
+72
2019-07-04
numa: Handle virtio-pmem in NUMA stats
David Hildenbrand
1
-12
/
+12
2019-07-04
hmp: Handle virtio-pmem when printing memory device infos
David Hildenbrand
1
-12
/
+15
2019-07-04
virtio-pci: Proxy for virtio-pmem
Pankaj Gupta
4
-0
/
+167
2019-07-04
virtio-pmem: sync linux headers
Pankaj Gupta
2
-0
/
+35
2019-07-04
migration: move port_attr inside CONFIG_LINUX
Alex Bennée
1
-2
/
+1
[next]