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
2015-02-26
acpi: update generated hex files
Michael S. Tsirkin
3
-697
/
+25
2015-02-26
pc: acpi-build: reserve PCIHP MMIO resources
Igor Mammedov
1
-0
/
+27
2015-02-26
pc: pcihp: expose MMIO base and len as properties
Igor Mammedov
2
-7
/
+13
2015-02-26
acpi: add aml_word_bus_number(), aml_word_io(), aml_dword_memory(), aml_qword...
Igor Mammedov
1
-0
/
+161
2015-02-26
pc: acpi-build: create memory hotplug IO region dynamically
Igor Mammedov
3
-31
/
+64
2015-02-26
pc: acpi-build: drop template patching and memory hotplug objects dynamically
Igor Mammedov
3
-144
/
+46
2015-02-26
acpi: add aml_reserved_field() term
Igor Mammedov
1
-0
/
+10
2015-02-26
pc: acpi-build: create CPU hotplug IO region dynamically
Igor Mammedov
2
-16
/
+28
2015-02-26
pc: acpi-build: drop template patching and CPU hotplug objects dynamically
Igor Mammedov
3
-113
/
+45
2015-02-26
acpi: add aml_eisaid() term
Igor Mammedov
1
-0
/
+29
2015-02-26
acpi: add aml_processor() term
Igor Mammedov
1
-0
/
+15
2015-02-26
acpi: add aml_equal() term
Igor Mammedov
1
-0
/
+10
2015-02-26
acpi: add aml_varpackage() term
Igor Mammedov
1
-0
/
+8
2015-02-26
pc: acpi-build: generate pvpanic device description dynamically
Igor Mammedov
2
-51
/
+32
2015-02-26
acpi: add aml_string() term
Igor Mammedov
1
-0
/
+25
2015-02-26
acpi: add aml_local() term
Igor Mammedov
1
-0
/
+11
2015-02-26
acpi: add aml_field() & aml_named_field() terms
Igor Mammedov
1
-0
/
+28
2015-02-26
acpi: add aml_operation_region() term
Igor Mammedov
1
-0
/
+14
2015-02-26
acpi: include PkgLength size only when requested
Igor Mammedov
1
-5
/
+15
2015-02-26
acpi: add aml_io() helper
Igor Mammedov
1
-0
/
+16
2015-02-26
acpi: add aml_resource_template() helper
Igor Mammedov
1
-0
/
+8
2015-02-26
acpi: add aml_buffer() term
Igor Mammedov
1
-0
/
+7
2015-02-26
pc: acpi-build: generate _S[345] packages dynamically
Igor Mammedov
2
-43
/
+30
2015-02-26
acpi: add aml_package() term
Igor Mammedov
1
-0
/
+8
2015-02-26
acpi: add aml_call1(), aml_call2(), aml_call3(), aml_call4() helpers
Igor Mammedov
1
-0
/
+42
2015-02-26
acpi: add aml_notify() term
Igor Mammedov
1
-0
/
+9
2015-02-26
acpi: add aml_and() term
Igor Mammedov
1
-0
/
+10
2015-02-26
acpi: add aml_store() term
Igor Mammedov
1
-0
/
+9
2015-02-26
acpi: add aml_arg() term
Igor Mammedov
1
-0
/
+11
2015-02-26
acpi: add aml_return() term
Igor Mammedov
1
-0
/
+8
2015-02-26
acpi: add aml_int() term
Igor Mammedov
2
-27
/
+28
2015-02-26
acpi: add aml_name() & aml_name_decl() term
Igor Mammedov
1
-0
/
+32
2015-02-26
acpi: add aml_if() term
Igor Mammedov
1
-0
/
+8
2015-02-26
acpi: add aml_method() term
Igor Mammedov
1
-0
/
+9
2015-02-26
acpi: add aml_device() term
Igor Mammedov
1
-0
/
+11
2015-02-26
pc: acpi-build: use aml_scope() for \_SB scope
Igor Mammedov
1
-20
/
+19
2015-02-26
acpi: add aml_scope() term
Igor Mammedov
1
-0
/
+20
2015-02-26
acpi: introduce AML composer aml_append()
Igor Mammedov
1
-0
/
+78
2015-02-26
virtio-serial-bus.c: drop virtio_ids.h
Michael S. Tsirkin
1
-1
/
+0
2015-02-26
pc: acpi: use local var for accessing ACPI tables blob in acpi_build()
Igor Mammedov
1
-34
/
+35
2015-02-26
acpi-build: skip hotplugged bridges
Michael S. Tsirkin
1
-2
/
+6
2015-02-26
virtio: add feature checking helpers
Cornelia Huck
7
-31
/
+31
2015-02-26
virtio: feature bit manipulation helpers
Cornelia Huck
7
-32
/
+32
2015-02-26
virtio: cull virtio_bus_set_vdev_features
Cornelia Huck
2
-16
/
+1
2015-02-26
s390: use standard headers
Michael S. Tsirkin
2
-22
/
+21
2015-02-26
virtio-pci: use standard headers
Michael S. Tsirkin
1
-49
/
+5
2015-02-26
virtio-serial: switch to standard-headers
Michael S. Tsirkin
1
-0
/
+1
2015-02-26
virtio-scsi: use standard-headers
Michael S. Tsirkin
1
-0
/
+1
2015-02-26
virtio-blk: switch to standard-headers
Michael S. Tsirkin
1
-4
/
+4
2015-02-26
virtio-9p: use standard headers
Michael S. Tsirkin
1
-16
/
+1
[next]