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
/
i386
Commit message (
Expand
)
Author
Age
Files
Lines
*
xen-hvm: Fix xen_hvm_init() to adjust pc memory layout
Don Slutz
2014-06-23
2
-29
/
+31
*
q35: Use PC_Q35_COMPAT_1_4 on pc-q35-1.4 compat_props
Eduardo Habkost
2014-06-23
1
-1
/
+1
*
pc: acpi: do not hardcode preprocessor
Igor Mammedov
2014-06-19
1
-1
/
+1
*
pc: pass MachineState to pc_memory_init
Paolo Bonzini
2014-06-19
3
-20
/
+16
*
numa: introduce memory_region_allocate_system_memory
Paolo Bonzini
2014-06-19
1
-2
/
+1
*
NUMA: Add numa_info structure to contain numa nodes info
Wanlong Gao
2014-06-19
1
-4
/
+8
*
acpi: update generated files
Michael S. Tsirkin
2014-06-19
6
-24
/
+1074
*
pc: ACPI BIOS: make GPE.3 handle memory hotplug event on PIIX and Q35 machines
Igor Mammedov
2014-06-19
2
-2
/
+8
*
pc: ACPI BIOS: reserve SRAT entry for hotplug mem hole
Igor Mammedov
2014-06-19
1
-0
/
+17
*
pc: add "hotplug-memory-region-size" property to PC_MACHINE
Igor Mammedov
2014-06-19
1
-0
/
+19
*
pc: ACPI BIOS: implement memory hotplug interface
Igor Mammedov
2014-06-19
4
-1
/
+278
*
pc: propagate memory hotplug event to ACPI device
Igor Mammedov
2014-06-19
1
-0
/
+10
*
pc: add acpi-device link to PCMachineState
Igor Mammedov
2014-06-19
2
-1
/
+21
*
trace: pc: add PC_DIMM slot & address allocation
Igor Mammedov
2014-06-19
1
-0
/
+3
*
acpi: rename cpu_hotplug_defs.h to pc-hotplug.h
Igor Mammedov
2014-06-19
2
-2
/
+2
*
pc-dimm: add busy slot check and slot auto-allocation
Igor Mammedov
2014-06-19
1
-0
/
+21
*
pc-dimm: add busy address check and address auto-allocation
Igor Mammedov
2014-06-19
1
-0
/
+9
*
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: 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
*
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
2014-06-16
5
-10
/
+3
*
smbios: use g_free directly on NULL pointers
Paolo Bonzini
2014-06-10
1
-7
/
+2
*
hw/i386/pc.c: Remove unused parallel_io and parallel_irq variables
Peter Maydell
2014-06-10
1
-3
/
+0
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2014-06-05
1
-52
/
+58
|
\
|
*
SMBIOS: Fix type 17 field sizes
Gabriel L. Somlo
2014-05-21
1
-4
/
+4
|
*
SMBIOS: Update Type 0 struct generator for machines >= 2.1
Gabriel L. Somlo
2014-05-21
1
-7
/
+11
|
*
SMBIOS: Fix endian-ness when populating multi-byte fields
Gabriel L. Somlo
2014-05-21
1
-45
/
+47
*
|
Merge remote-tracking branch 'remotes/kvm/uq/master' into staging
Peter Maydell
2014-06-05
1
-0
/
+52
|
\
\
|
*
|
kvmclock: Ensure proper env->tsc value for kvmclock_current_nsec calculation
Marcelo Tosatti
2014-06-03
1
-0
/
+4
|
*
|
kvmclock: Ensure time in migration never goes backward
Alexander Graf
2014-05-21
1
-0
/
+48
|
|
/
*
|
machine: Conversion of QEMUMachineInitArgs to MachineState
Marcel Apfelbaum
2014-05-28
2
-87
/
+89
|
/
*
pc: port 92 reset requires a low->high transition
Paolo Bonzini
2014-05-13
1
-1
/
+2
*
pci-assign: limit # of msix vectors
Michael S. Tsirkin
2014-05-13
1
-6
/
+6
*
pci-assign: Fix a bug when map MSI-X table memory failed
Gonglei
2014-05-13
1
-0
/
+1
*
pci-assign: assigned_initfn(): set monitor error in common error handler
Laszlo Ersek
2014-05-08
1
-16
/
+10
*
pci-assign: propagate errors from assign_intx()
Laszlo Ersek
2014-05-08
1
-11
/
+28
*
pci-assign: propagate errors from assign_device()
Laszlo Ersek
2014-05-08
1
-14
/
+15
*
pci-assign: propagate errors from assigned_dev_register_regions()
Laszlo Ersek
2014-05-08
1
-10
/
+13
*
pci-assign: propagate errors from assigned_dev_register_msix_mmio()
Laszlo Ersek
2014-05-08
1
-5
/
+7
*
pci-assign: propagate errors from assigned_device_pci_cap_init()
Laszlo Ersek
2014-05-08
1
-26
/
+19
*
pci-assign: propagate errors from get_real_device()
Laszlo Ersek
2014-05-08
1
-20
/
+20
*
pci-assign: assignment should fail if we can't read config space
Laszlo Ersek
2014-05-08
1
-0
/
+1
*
pci-assign: accept Error from pci_add_capability2()
Laszlo Ersek
2014-05-08
1
-7
/
+28
*
pci-assign: propagate Error from check_irqchip_in_kernel()
Laszlo Ersek
2014-05-08
1
-8
/
+17
*
pci-assign: propagate errors from get_real_id()
Laszlo Ersek
2014-05-08
1
-18
/
+27
*
pci-assign: make assign_failed_examine() just format the cause
Laszlo Ersek
2014-05-08
1
-11
/
+19
[next]