index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
pc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-05
monitor: Rework API (Jan Kiszka)
aliguori
1
-4
/
+5
2009-02-27
Allow additions of ACPI tables from command line (Gleb Natapov)
aliguori
1
-0
/
+5
2009-02-11
qemu: initialize hot add system / acpi gpe (Marcelo Tosatti)
aliguori
1
-0
/
+2
2009-01-24
Support epoch of 1980 in RTC emulation for MIPS Magnum
aurel32
1
-1
/
+1
2009-01-16
graphical_console_init change (Stefano Stabellini)
aliguori
1
-10
/
+10
2009-01-16
Fix uninitialized variable warning
aliguori
1
-4
/
+4
2009-01-15
add a -vga none cli option (Stefano Stabellini)
aliguori
1
-17
/
+19
2009-01-15
add virtio-console initializer for x86 (Christian Ehrhardt)
aliguori
1
-0
/
+9
2009-01-13
Make pci_nic_init() use qemu_setup_nic_model() (Mark McLoughlin)
aliguori
1
-21
/
+5
2008-12-17
Add HPET emulation to qemu (Beth Kon)
aliguori
1
-0
/
+4
2008-12-17
Handle suspend in qemu (Gleb Natapov)
aliguori
1
-0
/
+8
2008-12-11
pci: virtio: use pci id defines (Gerd Hoffman)
aliguori
1
-2
/
+1
2008-12-04
Add virtio-balloon support
aliguori
1
-0
/
+5
2008-12-04
Add virtio-blk support
aliguori
1
-0
/
+13
2008-11-08
Use an option rom instead of boot sector for -kernel
aliguori
1
-22
/
+50
2008-10-24
hw/pc: don't register the memory hole as unassigned twice
aurel32
1
-2
/
+0
2008-10-07
machine struct - specify max_cpus at the per machine level (Jes Sorensen)
aliguori
1
-0
/
+2
2008-09-18
Add common keys to firmware configuration
blueswir1
1
-0
/
+1
2008-09-18
Key/value based qemu<->guest firmware communication mechanism (Gleb Natapov)
blueswir1
1
-0
/
+7
2008-09-15
Right now, kvm keeps the memory allocation split, so we can
aliguori
1
-4
/
+16
2008-09-06
Fix most warnings that would be caused by gcc flag -Wundef
blueswir1
1
-1
/
+1
2008-08-21
PC: suggest a workaround to boot a kernel without hard-disk
aurel32
1
-1
/
+1
2008-08-21
De-assert PIC IRQs properly at APIC level
aurel32
1
-3
/
+1
2008-08-21
De-assert ISA PIC IRQs properly
aurel32
1
-4
/
+6
2008-08-19
i386: fix isapc machine
aurel32
1
-4
/
+8
2008-08-15
Use C99 initializers
aurel32
1
-8
/
+8
2008-07-16
Fix a bunch of type mismatch-related warnings (Jan Kiszka).
balrog
1
-6
/
+7
2008-06-30
Move CPU save/load registration to common code.
pbrook
1
-1
/
+0
2008-06-20
Add an opaque parameter to boot_set API, move function to monitor.c
blueswir1
1
-4
/
+4
2008-06-04
save more CPU state
bellard
1
-1
/
+1
2008-05-28
moved halted field to CPU_COMMON
bellard
1
-1
/
+1
2008-05-13
Remove some uses of phys_ram_base (initial patch by Ian Jackson)
blueswir1
1
-23
/
+23
2008-05-05
hw/pc.c: fix warning
aurel32
1
-0
/
+1
2008-05-04
8250: Customized base baudrate
aurel32
1
-1
/
+2
2008-05-04
Allow bootdevice change from the monitor
aurel32
1
-0
/
+29
2008-04-27
Use correct types to enable > 2G support, based on a patch from
aurel32
1
-6
/
+27
2008-04-24
RAM usage information in machine definition.
balrog
1
-0
/
+4
2008-04-22
Revert "Use correct types to enable > 2G support" (r4238), it is
aurel32
1
-27
/
+6
2008-04-22
Use correct types to enable > 2G support, based on a patch from
aurel32
1
-6
/
+27
2008-04-22
x86: remove load_kernel()
aurel32
1
-31
/
+0
2008-04-13
x86: Rework local IRQ delivery for APICs
aurel32
1
-4
/
+11
2008-04-07
Fix vmmouse with -smp
aurel32
1
-1
/
+2
2008-03-28
Tell BIOS about the number of CPUs
aurel32
1
-0
/
+3
2008-03-18
SCI fixes
aurel32
1
-1
/
+1
2008-02-03
Fix VMware VGA init call (Anthony Liguori).
balrog
1
-2
/
+2
2007-12-16
Fix char* signedness, by Andre Przywara.
ths
1
-1
/
+1
2007-12-02
Add -drive parameter, by Laurent Vivier.
ths
1
-21
/
+49
2007-11-18
Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier)
blueswir1
1
-12
/
+8
2007-11-18
Add statics and missing #includes for prototypes.
pbrook
1
-4
/
+4
2007-11-17
Break up vl.h.
pbrook
1
-1
/
+10
[next]