index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
pc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rearrange block headers
Blue Swirl
2010-08-24
1
-0
/
+1
*
pc: Avoid registering zero sized memory
Alex Williamson
2010-07-13
1
-2
/
+4
*
qemu_ram_alloc: Add DeviceState and name parameters
Alex Williamson
2010-07-06
1
-3
/
+4
*
pc: Allocate all ram in a single qemu_ram_alloc()
Alex Williamson
2010-07-06
1
-13
/
+9
*
pc: Fix CMOS info for drives defined with -device
Markus Armbruster
2010-07-02
1
-35
/
+59
*
x86: Clean up CPU reset
Jan Kiszka
2010-06-27
1
-18
/
+4
*
Remove useless device dependency of HAS_AUDIO
Blue Swirl
2010-06-27
1
-2
/
+0
*
apic: qdev conversion cleanup
Blue Swirl
2010-06-19
1
-1
/
+30
*
apic: avoid using CPUState internals
Blue Swirl
2010-06-19
1
-2
/
+32
*
apic: avoid passing CPUState from devices
Blue Swirl
2010-06-19
1
-4
/
+6
*
pass info about hpets to seabios.]
Gleb Natapov
2010-06-14
1
-0
/
+3
*
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
2010-06-14
1
-0
/
+1
|
\
|
*
blockdev: Collect block device code in new blockdev.c
Markus Armbruster
2010-06-04
1
-0
/
+1
*
|
hpet/rtc: Rework RTC IRQ replacement by HPET
Jan Kiszka
2010-06-13
1
-6
/
+8
*
|
hpet: Convert to qdev
Jan Kiszka
2010-06-13
1
-1
/
+6
|
/
*
pc: improve debugging
Blue Swirl
2010-05-29
1
-0
/
+12
*
Compile dma only once
Blue Swirl
2010-05-22
1
-1
/
+12
*
Compile pckbd only once
Blue Swirl
2010-05-22
1
-22
/
+11
*
pc: fix segfault introduced by 3d53f5c36ff6
Eduard - Gabriel Munteanu
2010-05-20
1
-2
/
+2
*
rtc: make rtc_xxx accept/return ISADevice instead of RTCState.
Isaku Yamahata
2010-05-15
1
-5
/
+6
*
pc: split out piix specific part from pc.c into pc_piix.c
Isaku Yamahata
2010-05-15
1
-326
/
+25
*
pc: split out pci device init from pc_init1() into pc_pci_device_init()
Isaku Yamahata
2010-05-15
1
-7
/
+12
*
pc: split out basic device init from pc_init1() into pc_basic_device_init()
Isaku Yamahata
2010-05-15
1
-38
/
+48
*
pc: split out vga initialization from pc_init1() into pc_vga_init().
Isaku Yamahata
2010-05-15
1
-18
/
+23
*
pc: split out memory allocation from pc_init1() into pc_memory_init()
Isaku Yamahata
2010-05-15
1
-28
/
+45
*
pc: split out cpu initialization from pc_init1() into pc_cpus_init().
Isaku Yamahata
2010-05-15
1
-12
/
+19
*
pc: make pc_init1() not refer ferr_irq directly.
Isaku Yamahata
2010-05-15
1
-1
/
+7
*
pc: introduce a function to allocate cpu irq.
Isaku Yamahata
2010-05-15
1
-1
/
+6
*
pc: remove global variable rtc_state by using qemu_irq.
Isaku Yamahata
2010-05-15
1
-9
/
+7
*
pc: remove a global variable, floppy_controller.
Isaku Yamahata
2010-05-15
1
-3
/
+5
*
pc: make an unnecessary global variable, pit, local.
Isaku Yamahata
2010-05-15
1
-1
/
+1
*
pc, i440fx: Make smm enable/disable function i440fx independent.
Isaku Yamahata
2010-05-15
1
-3
/
+15
*
pc: initialize ioapic before use.
Isaku Yamahata
2010-05-15
1
-3
/
+3
*
hw: better i440 emulation
Bernhard M. Wiedemann
2010-05-03
1
-1
/
+1
*
x86: remove dead assignments, spotted by clang analyzer
Blue Swirl
2010-04-25
1
-4
/
+2
*
Check for invalid initrd file
M. Mohan Kumar
2010-04-19
1
-0
/
+6
*
Compile acpi only once
Blue Swirl
2010-03-29
1
-9
/
+27
*
Move x86 specific PC declarations to a separate file
Blue Swirl
2010-03-21
1
-0
/
+1
*
error: Replace qemu_error() by error_report()
Markus Armbruster
2010-03-16
1
-3
/
+3
*
pc: Factor common code out of pc_boot_set() and cmos_init()
Markus Armbruster
2010-03-16
1
-20
/
+8
*
pc: Fix error reporting for -boot once
Markus Armbruster
2010-03-16
1
-4
/
+3
*
x86: Extend validity of bsp_to_cpu
Jan Kiszka
2010-03-04
1
-1
/
+2
*
Allocate memory below 4GB as one chunk
Avi Kivity
2010-03-04
1
-9
/
+2
*
QEMU e820 reservation patch
Jes Sorensen
2010-02-19
1
-0
/
+35
*
pc: Add backward compatibility options for virtio-serial
Amit Shah
2010-02-19
1
-0
/
+28
*
pc: Bump up pc version to 0.13 and add a 0.12 compat version
Amit Shah
2010-02-19
1
-1
/
+9
*
Remove conditional rom loading support
Blue Swirl
2010-02-14
1
-3
/
+0
*
fdc: don't use reserved _t suffix
Blue Swirl
2010-02-07
1
-1
/
+1
*
virtio-console: qdev conversion, new virtio-serial-bus
Amit Shah
2010-01-20
1
-10
/
+1
*
pc: add driver version compat properties
Gerd Hoffmann
2010-01-19
1
-0
/
+16
[next]