index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
i386
/
pc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bootdevice: add Error **errp argument for QEMUBootSetHandler
Gonglei
2014-12-22
1
-10
/
+12
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2014-12-15
1
-2
/
+1
|
\
|
*
x86: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2014-12-15
1
-2
/
+1
*
|
-machine vmport=auto: Fix handling of VMWare ioport emulation for xen
Don Slutz
2014-11-26
1
-9
/
+13
|
/
*
pc: count in 1Gb hugepage alignment when sizing hotplug-memory container
Igor Mammedov
2014-11-24
1
-0
/
+5
*
pc: explicitly check maxmem limit when adding DIMM
Igor Mammedov
2014-11-24
1
-0
/
+45
*
pc: align DIMM's address/size by backend's alignment value
Igor Mammedov
2014-11-23
1
-0
/
+17
*
pc: limit DIMM address and size to page aligned values
Igor Mammedov
2014-11-23
1
-1
/
+2
*
pc: make pc_dimm_plug() more readble
Igor Mammedov
2014-11-23
1
-2
/
+3
*
pc: kvm: check if KVM has free memory slots to avoid abort()
Igor Mammedov
2014-11-23
1
-0
/
+5
*
vga: add default display to machine class
Gerd Hoffmann
2014-11-03
1
-0
/
+1
*
-machine vmport=off: Allow disabling of VMWare ioport emulation
Dr. David Alan Gilbert
2014-11-02
1
-0
/
+19
*
pc: Update rtc_cmos in pc_cpu_plug
Gu Zheng
2014-11-02
1
-21
/
+16
*
pc: add cpu hotplug handler to PC_MACHINE
Gu Zheng
2014-11-02
1
-1
/
+27
*
well-defined listing order for machine types
Laszlo Ersek
2014-11-02
1
-0
/
+1
*
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
2014-10-20
1
-1
/
+1
*
pc/vl: Add units-per-default-bus property
John Snow
2014-10-03
1
-0
/
+1
*
pc: Add missing 'static' attribute
Stefan Weil
2014-09-22
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2014-09-18
1
-2
/
+4
|
\
|
*
pc: leave more space for BIOS allocations
Michael S. Tsirkin
2014-09-18
1
-2
/
+4
*
|
memory: add parameter errp to memory_region_init_ram
Hu Tao
2014-09-09
1
-1
/
+2
|
/
*
Fix debug print warning
Gonglei
2014-09-02
1
-1
/
+1
*
pc: reserve more memory for ACPI for new machine types
Michael S. Tsirkin
2014-08-25
1
-3
/
+9
*
pc: Get rid of pci-info leftovers
Markus Armbruster
2014-08-14
1
-30
/
+0
*
qemu: support xen hvm direct kernel boot
Chunyan Liu
2014-08-01
1
-0
/
+25
*
pc & q35: Add new machine opt max-ram-below-4g
Don Slutz
2014-06-23
1
-0
/
+47
*
pc: pass MachineState to pc_memory_init
Paolo Bonzini
2014-06-19
1
-12
/
+12
*
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
*
pc: add "hotplug-memory-region-size" property to PC_MACHINE
Igor Mammedov
2014-06-19
1
-0
/
+19
*
pc: propagate memory hotplug event to ACPI device
Igor Mammedov
2014-06-19
1
-0
/
+10
*
trace: pc: add PC_DIMM slot & address allocation
Igor Mammedov
2014-06-19
1
-0
/
+3
*
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
1
-1
/
+8
*
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: create custom generic PC machine type
Igor Mammedov
2014-06-18
1
-0
/
+57
*
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
2014-06-16
1
-2
/
+1
*
hw/i386/pc.c: Remove unused parallel_io and parallel_irq variables
Peter Maydell
2014-06-10
1
-3
/
+0
*
pc: port 92 reset requires a low->high transition
Paolo Bonzini
2014-05-13
1
-1
/
+2
*
SMBIOS: Build aggregate smbios tables and entry point
Gabriel L. Somlo
2014-05-05
1
-5
/
+19
*
SMBIOS: Rename symbols to better reflect future use
Gabriel L. Somlo
2014-05-05
1
-1
/
+1
*
E820: Add interface for accessing e820 table
Gabriel L. Somlo
2014-05-05
1
-0
/
+15
*
pc: Refuse max_cpus if it results in too large APIC ID
Eduardo Habkost
2014-03-18
1
-0
/
+8
*
pc: Refuse CPU hotplug if the resulting APIC ID is too large
Eduardo Habkost
2014-03-18
1
-0
/
+8
*
pc.c: better error message on initrd sizing failure
Michael S. Tsirkin
2014-02-05
1
-2
/
+2
*
pc: Save size of RAM below 4GB
Eduardo Habkost
2014-01-26
1
-0
/
+1
[prev]
[next]