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
2015-12-22
acpi: extend aml_field() to support LockRule
Igor Mammedov
3
-7
/
+16
2015-12-22
acpi: add aml_lgreater()
Igor Mammedov
2
-0
/
+10
2015-12-22
acpi: add aml_lor()
Igor Mammedov
2
-0
/
+10
2015-12-22
acpi: add aml_sleep()
Igor Mammedov
2
-0
/
+11
2015-12-22
acpi: add aml_alias()
Igor Mammedov
2
-0
/
+10
2015-12-22
acpi: extend aml_shiftright() to accept target argument
Igor Mammedov
3
-4
/
+4
2015-12-22
acpi: add aml_to_integer()
Igor Mammedov
2
-0
/
+10
2015-12-22
acpi: add aml_call0() helper
Igor Mammedov
2
-0
/
+9
2015-12-22
acpi: add aml_decrement() and aml_subtract()
Igor Mammedov
2
-0
/
+16
2015-12-22
acpi: extend aml_add() to accept target argument
Igor Mammedov
3
-4
/
+4
2015-12-22
acpi: aml: add helper for Opcode Arg2 Arg2 [Dst] AML pattern
Igor Mammedov
1
-29
/
+32
2015-12-22
acpi: add aml_create_qword_field()
Igor Mammedov
2
-4
/
+18
2015-12-22
acpi: add aml_mutex(), aml_acquire(), aml_release()
Xiao Guangrong
2
-0
/
+36
2015-12-22
acpi: add aml_lgreater_equal()
Igor Mammedov
2
-0
/
+12
2015-12-22
acpi: add aml_sizeof
Xiao Guangrong
2
-0
/
+9
2015-12-22
acpi: add aml_derefof
Xiao Guangrong
2
-0
/
+9
2015-12-22
nvdimm: add maintain info
Xiao Guangrong
1
-0
/
+7
2015-12-22
nvdimm acpi: build ACPI nvdimm devices
Xiao Guangrong
1
-0
/
+106
2015-12-22
nvdimm acpi: build ACPI NFIT table
Xiao Guangrong
9
-1
/
+425
2015-12-22
acpi: support specified oem table id for build_header
Xiao Guangrong
4
-21
/
+30
2015-12-22
nvdimm: implement NVDIMM device abstract
Xiao Guangrong
6
-0
/
+83
2015-12-22
docs/pci_expander_bridge: fix typo
Cao jin
1
-3
/
+3
2015-12-22
hw/compat.h: Change indentation of HW_COMPAT_* to 4 spaces
Eduardo Habkost
1
-76
/
+76
2015-12-22
pc: Change indentation of PC_COMPAT_* to 4 spaces
Eduardo Habkost
1
-462
/
+462
2015-12-22
pc: Add pc-*-2.6 machine classes
Eduardo Habkost
4
-5
/
+31
2015-12-22
pc: Remove redundant code from pc-*-2.3 machine classes
Eduardo Habkost
2
-3
/
+0
2015-12-22
q35: skip q35-acpi-dsdt.aml load if not needed
Gerd Hoffmann
1
-1
/
+4
2015-12-22
ipmi: Add a force off function
Corey Minyard
1
-0
/
+6
2015-12-22
ipmi: Add firmware registration to the ISA interface
Corey Minyard
2
-0
/
+30
2015-12-22
ipmi: Add a firmware configuration repository
Corey Minyard
2
-0
/
+62
2015-12-22
ipmi: Add migration capability to the IPMI devices.
Corey Minyard
4
-0
/
+114
2015-12-22
ipmi: Add documentation
Corey Minyard
1
-0
/
+52
2015-12-22
ipmi: Add tests
Corey Minyard
3
-0
/
+735
2015-12-22
ipmi: Add a BT low-level interface
Corey Minyard
4
-0
/
+492
2015-12-22
ipmi: Add an ISA KCS low-level interface
Corey Minyard
4
-0
/
+455
2015-12-22
ipmi: Add an external connection simulation interface
Corey Minyard
4
-0
/
+481
2015-12-22
ipmi: Add a local BMC simulation
Corey Minyard
4
-0
/
+1729
2015-12-22
Add a base IPMI interface
Corey Minyard
7
-0
/
+309
2015-12-22
pc: Group and document related PCMachineState/PCMachineclass fields
Eduardo Habkost
1
-12
/
+36
2015-12-22
q35: Remove MCHPCIState.guest_info field
Eduardo Habkost
2
-2
/
+0
2015-12-22
hw/i386: extend pxb query for all PC machines
Marcel Apfelbaum
5
-3
/
+5
2015-12-22
hw/pxb: introduce pxb-pcie expander for PCIe machines
Marcel Apfelbaum
2
-15
/
+84
2015-12-22
hw/acpi: merge pxb adjacent memory/IO ranges
Marcel Apfelbaum
1
-49
/
+74
2015-12-22
pc: Move option_rom_has_mr/rom_file_has_mr globals to MachineClass
Eduardo Habkost
5
-11
/
+14
2015-12-22
pc: Remove enforce-aligned-dimm QOM property
Eduardo Habkost
2
-12
/
+0
2015-12-22
pc: Move enforce_aligned_dimm to PCMachineClass
Eduardo Habkost
4
-14
/
+12
2015-12-22
pc: Move acpi_data_size global to PCMachineClass
Eduardo Habkost
4
-15
/
+12
2015-12-22
pc: Move legacy_acpi_table_size global to PCMachineClass
Eduardo Habkost
2
-21
/
+20
2015-12-22
pc: Move compat boolean globals to PCMachineClass
Eduardo Habkost
4
-74
/
+86
2015-12-22
mmap-alloc: tweak a comment on ppc64
Michael S. Tsirkin
1
-4
/
+5
[prev]
[next]