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
*
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
*
pci-assign: accept Error from monitor_handle_fd_param2()
Laszlo Ersek
2014-05-08
1
-2
/
+7
*
Merge remote-tracking branch 'remotes/sstabellini/xen-140507-2' into staging
Peter Maydell
2014-05-07
8
-422
/
+684
|
\
|
*
xen: move Xen HVM files under hw/i386/xen
Wei Liu
2014-05-07
5
-1
/
+684
|
*
xen: move Xen PV machine files to hw/xenpv
Wei Liu
2014-05-07
4
-422
/
+1
*
|
pc: add compat_props placeholder for 2.0 machine type
Gabriel L. Somlo
2014-05-07
2
-0
/
+8
*
|
acpi: fix tables for no-hpet configuration
Michael S. Tsirkin
2014-05-07
1
-3
/
+4
*
|
acpi-build: properly decrement objects' reference counters
Kirill Batuzov
2014-05-07
1
-0
/
+6
|
/
*
SMBIOS: Build aggregate smbios tables and entry point
Gabriel L. Somlo
2014-05-05
4
-24
/
+716
*
SMBIOS: Use bitmaps to prevent incompatible comand line options
Gabriel L. Somlo
2014-05-05
1
-30
/
+20
*
SMBIOS: Use macro to set smbios defaults
Gabriel L. Somlo
2014-05-05
1
-14
/
+13
*
SMBIOS: Rename symbols to better reflect future use
Gabriel L. Somlo
2014-05-05
4
-19
/
+25
*
E820: Add interface for accessing e820 table
Gabriel L. Somlo
2014-05-05
1
-0
/
+15
*
pc: add 2.1 machine type
Michael S. Tsirkin
2014-05-05
2
-7
/
+47
*
misc: Use cpu_physical_memory_read and cpu_physical_memory_write
Stefan Weil
2014-04-27
1
-17
/
+14
*
acpi: fix incorrect encoding for 0x{F-1}FFFF
Igor Mammedov
2014-04-14
1
-1
/
+1
*
acpi: update generated hex files
Michael S. Tsirkin
2014-04-10
2
-30
/
+20
*
dsdt: tweak ACPI ID for hotplug resource device
Michael S. Tsirkin
2014-04-08
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2014-03-28
1
-2
/
+2
|
\
[next]