Statistics
| Branch: | Revision:

root / hw / pc_q35.c @ 5e22c276

History | View | Annotate | Download (7.3 kB)

# Date Author Comment
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...