index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
i386
/
pc.c
Age
Commit message (
Expand
)
Author
2018-03-06
scsi: Remove automatic creation of SCSI controllers with -drive if=scsi
Thomas Huth
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
2018-01-19
possible_cpus: add CPUArchId::type field
Igor Mammedov
2018-01-12
pc: fail memory hot-plug/unplug with -no-acpi and Q35 machine type
Haozhong Zhang
2017-12-18
hw/net/ne2000: extract ne2k-isa code from i386/pc to ne2000-isa.c
Philippe Mathieu-Daudé
2017-12-18
hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init()
Philippe Mathieu-Daudé
2017-12-18
hw/timer/i8254: rename pit_init() -> i8254_pit_init()
Philippe Mathieu-Daudé
2017-12-01
pc: fix crash on attempted cpu unplug
Igor Mammedov
2017-11-16
NUMA: Enable adding NUMA node implicitly
Dou Liyang
2017-11-16
hw/pci-host: Fix x86 Host Bridges 64bit PCI hole
Marcel Apfelbaum
2017-10-27
x86: Skip check apic_id_limit for Xen
Lan Tianyu
2017-10-12
pc: make sure that plugged CPUs are of the same type
Igor Mammedov
2017-09-20
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
2017-09-19
numa: cpu: calculate/set default node-ids after all -numa CLI options are parsed
Igor Mammedov
2017-09-19
Convert single line fprintf(.../n) to warn_report()
Alistair Francis
2017-09-19
hw/i386: Improve some of the warning messages
Alistair Francis
2017-09-19
pc: use generic cpu_model parsing
Igor Mammedov
2017-08-22
hw/ppc/spapr: Fix segfault when instantiating a 'pc-dimm' without 'memdev'
Thomas Huth
2017-08-02
pc: make 'pc.rom' readonly when machine has PCI enabled
Igor Mammedov
2017-07-14
hw: Use new memory_region_init_{ram, rom, rom_device}() functions
Peter Maydell
2017-07-14
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
2017-07-13
Convert error_report*_err() to warn_report*_err()
Alistair Francis
2017-07-13
Convert error_report() to warn_report()
Alistair Francis
2017-06-22
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...
Peter Maydell
2017-06-20
pc: use get_uint() for "hpet-intcap" property
Marc-André Lureau
2017-06-20
pc: use get_uint() for "apic-id" property
Marc-André Lureau
2017-06-20
pc: use get_uint() for "iobase" property
Marc-André Lureau
2017-06-16
hw/i386: fix nvdimm check error path
Stefan Hajnoczi
2017-06-05
numa: make sure that all cpus have has_node_id set if numa is enabled
Igor Mammedov
2017-06-05
numa: consolidate cpu_preplug fixups/checks for pc/arm/spapr
Igor Mammedov
2017-05-23
shutdown: Add source information to SHUTDOWN and RESET
Eric Blake
2017-05-18
Merge remote-tracking branch 'mst/tags/for_upstream' into staging
Stefan Hajnoczi
2017-05-17
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
Eduardo Habkost
2017-05-11
pc: get numa node mapping from possible_cpus instead of numa_get_node_for_cpu()
Igor Mammedov
2017-05-11
pc: add node-id property to CPU
Igor Mammedov
2017-05-11
numa: move source of default CPUs to NUMA node mapping into boards
Igor Mammedov
2017-05-10
pc/fwcfg: unbreak migration from qemu-2.5 and qemu-2.6 during firmware boot
Igor Mammedov
2017-04-24
error: Apply error_propagate_null.cocci again
Fam Zheng
2017-02-22
machine: replace query_hotpluggable_cpus() callback with has_hotpluggable_cpu...
Igor Mammedov
2017-02-22
machine: unify [pc_|spapr_]query_hotpluggable_cpus() callbacks
Igor Mammedov
2017-02-22
change CPUArchId.cpu type to Object*
Igor Mammedov
2017-02-22
pc: pass apic_id to pc_find_cpu_slot() directly so lookup could be done witho...
Igor Mammedov
2017-02-22
pc: calculate topology only once when possible_cpus is initialised
Igor Mammedov
2017-02-22
pc: move pcms->possible_cpus init out of pc_cpus_init()
Igor Mammedov
2017-02-22
machine: move possible_cpus to MachineState
Igor Mammedov
2017-02-21
hw/i386: Deprecate -drive if=scsi with PC machine types
Markus Armbruster
2017-02-21
hw: Deprecate -drive if=scsi with non-onboard HBAs
Markus Armbruster
2017-02-21
hw: Default -drive to if=ide explicitly where it works
Markus Armbruster
[next]