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-10-17
ppc: spapr: use generic cpu_model parsing
Igor Mammedov
7
-39
/
+24
2017-10-17
ppc: move ppc_cpu_lookup_alias() before its first user
Igor Mammedov
1
-13
/
+13
2017-10-17
ppc: spapr: use cpu model names as tcg defaults instead of aliases
Igor Mammedov
1
-2
/
+2
2017-10-17
ppc: spapr: register 'host' core type along with the rest of core types
Igor Mammedov
3
-13
/
+4
2017-10-17
ppc: spapr: use cpu type name directly
Igor Mammedov
4
-14
/
+10
2017-10-17
ppc: spapr: define core types statically
Igor Mammedov
2
-59
/
+30
2017-10-17
ppc: move '-cpu foo,compat=xxx' parsing into ppc_cpu_parse_featurestr()
Igor Mammedov
5
-52
/
+59
2017-10-17
ppc: spapr: replace ppc_cpu_parse_features() with cpu_parse_cpu_model()
Igor Mammedov
3
-32
/
+4
2017-10-17
ppc: 40p/prep: replace cpu_model with cpu_type
Igor Mammedov
1
-8
/
+4
2017-10-17
ppc: virtex-ml507: replace cpu_model with cpu_type
Igor Mammedov
1
-7
/
+4
2017-10-17
ppc: replace cpu_model with cpu_type on ref405ep,taihu boards
Igor Mammedov
2
-4
/
+6
2017-10-17
ppc: bamboo: use generic cpu_model parsing
Igor Mammedov
1
-5
/
+2
2017-10-17
ppc: mac_oldworld: use generic cpu_model parsing
Igor Mammedov
1
-4
/
+2
2017-10-17
ppc: mac_newworld: use generic cpu_model parsing
Igor Mammedov
1
-9
/
+6
2017-10-17
ppc: mpc8544ds/e500plat: use generic cpu_model parsing
Igor Mammedov
3
-7
/
+4
2017-10-17
qom: add helper macro DEFINE_TYPES()
Igor Mammedov
1
-0
/
+36
2017-10-17
qom: introduce type_register_static_array()
Igor Mammedov
2
-0
/
+19
2017-10-17
hw/ppc/spapr.c: abort unplug_request if previous unplug isn't done
Daniel Henrique Barboza
1
-2
/
+14
2017-10-17
target/ppc: Fix carry flag setting for shift algebraic instructions
Sandipan Das
2
-8
/
+20
2017-10-17
target/ppc: Add POWER9 DD2.0 model information
David Gibson
3
-2
/
+6
2017-10-17
spapr: sanity check size of the CAS buffer
Greg Kurz
1
-0
/
+7
2017-10-17
spapr: fix OF word name in comment
Greg Kurz
1
-1
/
+2
2017-10-17
target/ppc: Remove unused PPC 460 and 460F definitions
Thomas Huth
1
-217
/
+0
2017-10-17
hw/ppc: use 0 instead of fdt_path_offset(fdt, "/")
Greg Kurz
2
-4
/
+2
2017-10-17
macio: add missing registers to VMStateDescription
Mark Cave-Ayland
1
-1
/
+3
2017-10-16
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
100
-159
/
+985
2017-10-16
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-10-14' into st...
Peter Maydell
7
-96
/
+89
2017-10-16
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
4
-20
/
+65
2017-10-16
Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-10-04-3...
Peter Maydell
17
-371
/
+1216
2017-10-16
Merge remote-tracking branch 'remotes/elmarco/tags/vu-pull-request' into staging
Peter Maydell
3
-7
/
+56
2017-10-15
tests/pxe: Test more NICs when running in SPEED=slow mode
Thomas Huth
1
-10
/
+21
2017-10-15
pc: remove useless hot_add_cpu initialisation
Laurent Vivier
2
-3
/
+0
2017-10-15
isapc: Remove unnecessary migration compatibility code
Eduardo Habkost
1
-2
/
+0
2017-10-15
virtio-pci: Replace modern_as with direct access to modern_bar
Alexey Kardashevskiy
2
-38
/
+54
2017-10-15
virtio: fix descriptor counting in virtqueue_pop
Wolfgang Bumiller
1
-3
/
+3
2017-10-15
hw/gen_pcie_root_port: make IO RO 0 on IO disabled
Marcel Apfelbaum
1
-0
/
+7
2017-10-15
pci: Validate interfaces on base_class_init
Eduardo Habkost
1
-0
/
+12
2017-10-15
xen/pt: Mark TYPE_XEN_PT_DEVICE as hybrid
Eduardo Habkost
1
-0
/
+1
2017-10-15
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
64
-0
/
+296
2017-10-15
pci: Add INTERFACE_PCIE_DEVICE to all PCIe devices
Eduardo Habkost
8
-0
/
+31
2017-10-15
pci: Add interface names to hybrid PCI devices
Eduardo Habkost
5
-0
/
+22
2017-10-15
pci: conventional-pci-device and pci-express-device interfaces
Eduardo Habkost
2
-0
/
+18
2017-10-15
PCI: PCIe access should always be little endian
Matt Redfearn
1
-1
/
+1
2017-10-15
virtio/pci/migration: Convert to VMState
Dr. David Alan Gilbert
1
-81
/
+27
2017-10-15
hw/pci-bridge/pcie_pci_bridge: properly handle MSI unavailability case
Aleksandr Bezzubikov
1
-6
/
+18
2017-10-15
pci: allow 32-bit PCI IO accesses to pass through the PCI bridge
Mark Cave-Ayland
1
-1
/
+2
2017-10-15
virtio/vhost: reset dev->log after syncing
Felipe Franciosi
1
-2
/
+3
2017-10-15
MAINTAINERS: add Dump maintainers
Marc-André Lureau
1
-0
/
+11
2017-10-15
scripts/dump-guest-memory.py: add vmcoreinfo
Marc-André Lureau
1
-0
/
+61
2017-10-15
kdump: set vmcoreinfo location
Marc-André Lureau
1
-0
/
+24
[next]