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
2010-04-25
x86: remove dead assignments, spotted by clang analyzer
Blue Swirl
1
-4
/
+2
2010-04-19
Check for invalid initrd file
M. Mohan Kumar
1
-0
/
+6
2010-03-29
Compile acpi only once
Blue Swirl
1
-9
/
+27
2010-03-21
Move x86 specific PC declarations to a separate file
Blue Swirl
1
-0
/
+1
2010-03-16
error: Replace qemu_error() by error_report()
Markus Armbruster
1
-3
/
+3
2010-03-16
pc: Factor common code out of pc_boot_set() and cmos_init()
Markus Armbruster
1
-20
/
+8
2010-03-16
pc: Fix error reporting for -boot once
Markus Armbruster
1
-4
/
+3
2010-03-04
x86: Extend validity of bsp_to_cpu
Jan Kiszka
1
-1
/
+2
2010-03-04
Allocate memory below 4GB as one chunk
Avi Kivity
1
-9
/
+2
2010-02-19
QEMU e820 reservation patch
Jes Sorensen
1
-0
/
+35
2010-02-19
pc: Add backward compatibility options for virtio-serial
Amit Shah
1
-0
/
+28
2010-02-19
pc: Bump up pc version to 0.13 and add a 0.12 compat version
Amit Shah
1
-1
/
+9
2010-02-14
Remove conditional rom loading support
Blue Swirl
1
-3
/
+0
2010-02-07
fdc: don't use reserved _t suffix
Blue Swirl
1
-1
/
+1
2010-01-20
virtio-console: qdev conversion, new virtio-serial-bus
Amit Shah
1
-10
/
+1
2010-01-19
pc: add driver version compat properties
Gerd Hoffmann
1
-0
/
+16
2010-01-11
pc: add rombar to compat properties for pc-0.10 and pc-0.11
Gerd Hoffmann
1
-0
/
+8
2010-01-11
roms: rework rom loading via fw
Gerd Hoffmann
1
-2
/
+1
2010-01-11
pc: add machine type for 0.12
Gerd Hoffmann
1
-1
/
+17
2010-01-08
multiboot: Separate multiboot loading into separate file
Adam Lackorzynski
1
-302
/
+3
2010-01-08
multiboot: Support arbitrary number of modules.
Adam Lackorzynski
1
-101
/
+167
2009-12-25
hw/pc.c: fix warnings with _FORTIFY_SOURCE
Kirill A. Shutemov
1
-3
/
+12
2009-12-18
roms: use new fw_cfg file xfer support.
Gerd Hoffmann
1
-0
/
+2
2009-12-18
Fix loading of ELF multiboot kernels
Kevin Wolf
1
-4
/
+6
2009-12-12
qdev: make compat stuff more generic
Gerd Hoffmann
1
-1
/
+1
2009-12-03
multiboot: Use signed type for negative error numbers
Kevin Wolf
1
-0
/
+1
2009-12-03
multiboot: Fix module loading and setting of mmap.
Adam Lackorzynski
1
-1
/
+1
2009-12-01
pci: pci.h cleanup: move out stuff not in pci.c
Michael S. Tsirkin
1
-0
/
+5
2009-11-17
Convert linux bootrom to external rom and fw_cfg
Alexander Graf
1
-102
/
+24
2009-11-17
Convert multiboot to fw_cfg backed data storage
Alexander Graf
1
-13
/
+30
2009-10-30
Remove e1000 rom loading hack
Anthony Liguori
1
-21
/
+0
2009-10-30
use rom loader for pc bios.
Gerd Hoffmann
1
-2
/
+2
2009-10-30
vga roms: move loading from pc.c to vga drivers.
Gerd Hoffmann
1
-12
/
+0
2009-10-30
rom loader: make vga+rom loading configurable.
Gerd Hoffmann
1
-0
/
+1
2009-10-27
pc.c: only load e1000 rom.
Gerd Hoffmann
1
-1
/
+8
2009-10-15
multiboot: Limit number of multiboot modules
Adam Lackorzynski
1
-1
/
+8
2009-10-15
multiboot: Fix cmdline of modules
Adam Lackorzynski
1
-1
/
+1
2009-10-12
rom loader: fix sparc -kernel boot.
Gerd Hoffmann
1
-1
/
+1
2009-10-07
New qdev_init_nofail()
Markus Armbruster
1
-1
/
+1
2009-10-06
Reorganize option rom (+linux kernel) loading.
Gerd Hoffmann
1
-186
/
+85
2009-10-05
Improve error reporting on file access
Justin M. Forbes
1
-6
/
+6
2009-10-05
Fix pci_add nic not to exit on bad model
Markus Armbruster
1
-1
/
+1
2009-10-05
serial: convert isa to qdev
Gerd Hoffmann
1
-5
/
+1
2009-10-05
floppy: add drive properties.
Gerd Hoffmann
1
-4
/
+2
2009-10-05
pci: windup acpi-based hotplug
Gerd Hoffmann
1
-2
/
+1
2009-10-05
parallel: convert isa to qdev
Gerd Hoffmann
1
-2
/
+1
2009-10-05
i2c: addresses are load/save as uint8_t values, change types to reflect this
Juan Quintela
1
-1
/
+1
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
1
-15
/
+15
2009-10-01
Get rid of _t suffix
malc
1
-15
/
+15
2009-09-20
Compile loader only once
Blue Swirl
1
-1
/
+4
[next]