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
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-29
vmport: identify vmport type by macro TYPE_VMPORT
Efimov Vasily
1
-1
/
+0
2016-06-29
pcspk: convert "pit" property type from ptr to link
Efimov Vasily
1
-2
/
+7
2016-06-29
ide: move headers to include folder
Efimov Vasily
4
-1117
/
+1
2016-06-24
pc: acpi: drop intermediate PCMachineState.node_cpu
Igor Mammedov
2
-18
/
+9
2016-06-24
pc: use new CPU hotplug interface since 2.7 machine type
Igor Mammedov
7
-2
/
+109
2016-06-24
acpi: cpuhp: add cpu._OST handling
Igor Mammedov
4
-0
/
+90
2016-06-24
acpi: cpuhp: implement hot-remove parts of CPU hotplug interface
Igor Mammedov
5
-5
/
+150
2016-06-24
acpi: cpuhp: implement hot-add parts of CPU hotplug interface
Igor Mammedov
2
-1
/
+153
2016-06-24
pc: acpi: introduce AcpiDeviceIfClass.madt_cpu hook
Igor Mammedov
3
-18
/
+29
2016-06-24
acpi: cpuhp: add CPU devices AML with _STA method
Igor Mammedov
5
-6
/
+260
2016-06-24
pc: piix4/ich9: add 'cpu-hotplug-legacy' property
Igor Mammedov
2
-2
/
+45
2016-06-24
i386: pci-assign: Fix MSI-X table size
Ido Yariv
1
-7
/
+7
2016-06-24
nvdimm acpi: support Set Namespace Label Data function
Xiao Guangrong
1
-1
/
+43
2016-06-24
nvdimm acpi: support Get Namespace Label Data function
Xiao Guangrong
1
-1
/
+82
2016-06-24
nvdimm acpi: support Get Namespace Label Size function
Xiao Guangrong
1
-3
/
+127
2016-06-24
nvdimm acpi: check revision
Xiao Guangrong
1
-0
/
+7
2016-06-24
nvdimm acpi: abstract the operations for root & nvdimm devices
Xiao Guangrong
1
-18
/
+56
2016-06-24
nvdimm acpi: check UUID
Xiao Guangrong
1
-6
/
+26
2016-06-24
nvdimm acpi: save arg3 of _DSM method
Xiao Guangrong
1
-0
/
+20
2016-06-24
nvdimm acpi: set HDLE properly
Xiao Guangrong
1
-10
/
+12
2016-06-24
acpi: add aml_call5
Xiao Guangrong
1
-0
/
+14
2016-06-24
acpi: add aml_object_type
Xiao Guangrong
1
-0
/
+8
2016-06-24
nvdimm: support nvdimm label
Xiao Guangrong
1
-0
/
+132
2016-06-24
pc-dimm: introduce get_vmstate_memory_region callback
Xiao Guangrong
1
-2
/
+12
2016-06-24
acpi: Add IPMI table entries
Corey Minyard
3
-0
/
+118
2016-06-24
ipmi: Add SMBIOS table entry
Corey Minyard
3
-0
/
+120
2016-06-24
smbios: Move table build tools into an include file.
Corey Minyard
2
-64
/
+93
2016-06-23
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160623' into...
Peter Maydell
3
-9
/
+14
2016-06-23
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160622-2' into s...
Peter Maydell
3
-40
/
+58
2016-06-22
usb-uas: hotplug support
Gerd Hoffmann
1
-0
/
+5
2016-06-22
usb-bot: hotplug support
Gerd Hoffmann
1
-2
/
+6
2016-06-22
usb: Add QOM property "attached".
Gerd Hoffmann
1
-0
/
+43
2016-06-22
usb: make USBDevice->attached bool
Gerd Hoffmann
1
-4
/
+4
2016-06-22
usb-storage: qcow2 encryption support is finally gone, zap dead code
Gerd Hoffmann
1
-34
/
+0
2016-06-22
xen: move xen_sysdev to xen_backend.c
Juergen Gross
2
-40
/
+41
2016-06-22
xen: fix qdisk BLKIF_OP_DISCARD for 32/64 word size mix
Juergen Gross
1
-2
/
+18
2016-06-22
xen: fix style of hw/block/xen_blkif.h
Juergen Gross
1
-70
/
+81
2016-06-22
memory: Add reporting of supported page sizes
Alexey Kardashevskiy
2
-8
/
+9
2016-06-22
powerpc/mm: Update the WIMG check during H_ENTER
Aneesh Kumar K.V
1
-1
/
+5
2016-06-21
milkymist: fix tmu2.c build failure (missing error.h include)
Gerd Hoffmann
1
-0
/
+1
2016-06-20
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
26
-0
/
+1549
2016-06-20
Merge remote-tracking branch 'remotes/mwalle/tags/lm32-queue/20160620' into s...
Peter Maydell
10
-46
/
+62
2016-06-20
trace: split out trace events for hw/alpha/ directory
Daniel P. Berrange
1
-0
/
+4
2016-06-20
trace: split out trace events for hw/arm/ directory
Daniel P. Berrange
1
-0
/
+4
2016-06-20
trace: split out trace events for hw/acpi/ directory
Daniel P. Berrange
1
-0
/
+18
2016-06-20
trace: split out trace events for hw/vfio/ directory
Daniel P. Berrange
1
-0
/
+116
2016-06-20
trace: split out trace events for hw/s390x/ directory
Daniel P. Berrange
1
-0
/
+15
2016-06-20
trace: split out trace events for hw/pci/ directory
Daniel P. Berrange
1
-0
/
+9
2016-06-20
trace: split out trace events for hw/ppc/ directory
Daniel P. Berrange
1
-0
/
+39
2016-06-20
trace: split out trace events for hw/9pfs/ directory
Daniel P. Berrange
1
-0
/
+47
[next]