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