Statistics
| Branch: | Revision:

root / hw / pc_q35.c @ fad37673

History | View | Annotate | Download (7.3 kB)

# Date Author Comment
b8e76b35 01/16/2013 07:49 pm Knut Omang

Add new DEFAULT_MACHINE_OPTIONS to q35 and ppc405

Without this default q35/ppc405 based machines would no longer boot
after commit e4ada29e909787f629626660b1561f6a680187d3

Signed-off-by: Knut Omang <>
Reviewed-by: Markus Armbruster <>...

94dec594 01/11/2013 09:30 am Gerd Hoffmann

pc: rename machine types

Starting with release 1.4 we have a fully functional q35 machine type,
i.e. "qemu -M q35" JustWorks[tm]. Update machine type names to reflect
that:

  • pc-1.4 becomes pc-i440fx-1.4
  • q35-next becomes pc-q35-1.4

The pc-1.3 (+older) names are maintained for compatibility reasons....

f7e4dd6c 01/04/2013 09:51 am Gerd Hoffmann

acpi: autoload dsdt

Signed-off-by: Gerd Hoffmann <>

9c17d615 12/19/2012 09:32 am Paolo Bonzini

softmmu: move include files to include/sysemu/

Signed-off-by: Paolo Bonzini <>

022c62cb 12/19/2012 09:31 am Paolo Bonzini

exec: move include files to include/exec/

Signed-off-by: Paolo Bonzini <>

21022c92 11/26/2012 05:35 pm Jan Kiszka

q35: Add kvmclock support

Reviewed-by: Paolo Bonzini <>
Signed-off-by: Jan Kiszka <>
Signed-off-by: Jason Baron <>
Signed-off-by: Anthony Liguori <>

df2d8b3e 11/26/2012 05:35 pm Isaku Yamahata

q35: Introduce q35 pc based chipset emulator

pc q35 based chipset emulator to support pci express natively. Based on
Anthony Liguori's suggestion, the machine name is 'q35-next', with an alias
of 'q35'. At this point, there are no compatibility guarantees. When the...