index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
Commit message (
Expand
)
Author
Age
Files
Lines
*
pc-dimm: add busy address check and address auto-allocation
Igor Mammedov
2014-06-19
2
-0
/
+91
*
pc: add memory hotplug handler to PC_MACHINE
Igor Mammedov
2014-06-19
1
-0
/
+59
*
pc: exit QEMU if compat machine doesn't support memory hotlpug
Igor Mammedov
2014-06-19
1
-0
/
+10
*
pc: add 'etc/reserved-memory-end' fw_cfg interface for SeaBIOS
Igor Mammedov
2014-06-19
3
-1
/
+14
*
pc: exit QEMU if number of slots more than supported 256
Igor Mammedov
2014-06-19
1
-0
/
+6
*
pc: initialize memory hotplug address space
Igor Mammedov
2014-06-19
1
-2
/
+24
*
pc-dimm: do not allow setting an in-use memdev
Igor Mammedov
2014-06-19
1
-1
/
+16
*
pc: implement pc-dimm device abstraction
Vasilis Liaskovitis
2014-06-19
3
-0
/
+101
*
qdev: expose DeviceState.hotplugged field as a property
Igor Mammedov
2014-06-19
1
-0
/
+17
*
qdev: hotplug for bus-less devices
Igor Mammedov
2014-06-19
1
-0
/
+13
*
pc: ACPI BIOS: use enum for defining memory affinity flags
Igor Mammedov
2014-06-18
1
-7
/
+16
*
pc: create custom generic PC machine type
Igor Mammedov
2014-06-18
3
-24
/
+81
*
Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...
Peter Maydell
2014-06-16
17
-263
/
+994
|
\
|
*
spapr_pci: Advertise MSI quota
Badari Pulavarty
2014-06-16
2
-1
/
+1
|
*
spapr: Add kvm-type property
Eduardo Habkost
2014-06-16
1
-0
/
+25
|
*
spapr: Create SPAPRMachine struct
Eduardo Habkost
2014-06-16
1
-0
/
+14
|
*
spapr_hcall: Add address-translation-mode-on-interrupt resource in H_SET_MODE
Alexey Kardashevskiy
2014-06-16
1
-0
/
+47
|
*
spapr_hcall: Split h_set_mode()
Alexey Kardashevskiy
2014-06-16
1
-31
/
+34
|
*
PPC: spapr: Expose /hypervisor node in device tree
Alexander Graf
2014-06-16
1
-0
/
+20
|
*
hw/pci-host/ppce500: Fix typo in vmstate definition
Peter Maydell
2014-06-16
1
-1
/
+1
|
*
spapr_iommu: Introduce bus_offset in sPAPRTCETable
Alexey Kardashevskiy
2014-06-16
3
-6
/
+13
|
*
spapr_iommu: Introduce page_shift in sPAPRTCETable
Alexey Kardashevskiy
2014-06-16
3
-26
/
+47
|
*
spapr_iommu: Get rid of window_size in sPAPRTCETable
Alexey Kardashevskiy
2014-06-16
3
-33
/
+22
|
*
spapr_iommu: Convert old qdev_init_nofail() to object_property_set_bool
Alexey Kardashevskiy
2014-06-16
1
-1
/
+1
|
*
spapr_pci: Allow multiple TCE tables per PHB
Alexey Kardashevskiy
2014-06-16
1
-11
/
+43
|
*
spapr_pci: spapr_iommu: Make DMA window a subregion
Alexey Kardashevskiy
2014-06-16
2
-3
/
+19
|
*
spapr_pci: Introduce a finish_realize() callback
Alexey Kardashevskiy
2014-06-16
1
-12
/
+26
|
*
spapr_iommu: Enable multiple TCE requests
Alexey Kardashevskiy
2014-06-16
2
-0
/
+81
|
*
spapr: Enable dynamic change of the supported hypercalls list
Alexey Kardashevskiy
2014-06-16
1
-7
/
+23
|
*
macio: Fix timer endianness
Alexander Graf
2014-06-16
1
-1
/
+1
|
*
macio ide: Do remainder access asynchronously
Alexander Graf
2014-06-16
2
-10
/
+46
|
*
spapr_iommu: Replace @instance_id with LIOBN for migration
Alexey Kardashevskiy
2014-06-16
1
-1
/
+3
|
*
spapr: Implement processor compatibility in ibm, client-architecture-support
Alexey Kardashevskiy
2014-06-16
2
-1
/
+109
|
*
spapr: Limit threads per core according to current compatibility mode
Alexey Kardashevskiy
2014-06-16
1
-1
/
+1
|
*
spapr: Rework spapr_fixup_cpu_dt()
Alexey Kardashevskiy
2014-06-16
1
-11
/
+22
|
*
spapr: Add ibm, client-architecture-support call
Alexey Kardashevskiy
2014-06-16
2
-0
/
+57
|
*
target-ppc: Implement "compat" CPU option
Alexey Kardashevskiy
2014-06-16
1
-0
/
+14
|
*
spapr: Move SMT-related properties out of skeleton fdt
Alexey Kardashevskiy
2014-06-16
1
-15
/
+33
|
*
PPC: openpic_kvm: Implement reset
Alexander Graf
2014-06-16
1
-5
/
+10
|
*
openpic: Reset IRQ source private members
Paul Janzen
2014-06-16
1
-2
/
+2
|
*
openpic: Move definition of openpic_reset
Paul Janzen
2014-06-16
1
-49
/
+50
|
*
macio: handle non-block ATAPI DMA transfers
Mark Cave-Ayland
2014-06-16
1
-0
/
+21
|
*
spapr: Add ibm, chip-id property in device tree
Alexey Kardashevskiy
2014-06-16
1
-0
/
+6
|
*
spapr: Add support for time base offset migration
Alexey Kardashevskiy
2014-06-16
2
-2
/
+81
|
*
PPC: e500: Move to u-boot as firmware
Alexander Graf
2014-06-16
1
-41
/
+73
|
*
PPC: e500: Expose kernel load address in dt
Alexander Graf
2014-06-16
1
-5
/
+23
|
*
PPC: e500: implement PCI INTx routing
Bharat Bhushan
2014-06-16
2
-2
/
+24
|
*
PPC: e500: some pci related cleanup
Bharat Bhushan
2014-06-16
2
-12
/
+14
|
*
spapr_pci: fix MSI limit
Alexey Kardashevskiy
2014-06-16
1
-16
/
+18
|
*
mac99: Added FW_CFG_PPC_BUSFREQ to match CLOCKFREQ and TBFREQ already there
BALATON Zoltan
2014-06-16
2
-2
/
+8
[next]