index
:
~alon/qemu
async_and_s3.v3
async_and_s3.v4
async_and_s3.v5
async_and_s3.v6
async_and_s3.v7
async_monitor
bz747011-screendump-async.v3
bz_virtio_console_epipe
fb_async_fix.v2
features/qxl-monitors-config
kd
libcacard
libcacard-fedora
libcacard.1
libcacard_ccid.1
libcacard_ccid.2
libcacard_ccid.4
libcacard_fixes
locking.fixes.candidate.1
master
pull-libcacard-1
pull-libcacard-assert
pull-libcacard.afe
pull-libcacard.data
pull-libcacard.glusterfs
qemu-kvm.master.spice.v36.s3.v1
qemu.qxl_debug.for_gerd
qemu.s3.v1
qkm.spice.v28.ccid.v15
qxl-fixes
qxl/pull
s3.v3
s3.v4.async.api
s3.v4.async.api.v2
screendump-qapi
spice-vmc.resethandler.v1
spice.kvm.v11.spicevmc
spice.kvm.v11.spicevmc_and_ccid
spice.kvm.v14.spicevmc
spice.kvm.v14.spicevmc_and_ccid_and_chardev
spice.kvm.v14.usb_ccid
spice.kvm.v14.usb_ccid.spicevmc_chardev
spice.kvm.v14.usb_ccid.spicevmc_chardev.refactor_vdiport_interface
spice.kvm.v14.usb_ccid_original_patches
spice.kvm.v18
spice.kvm.v18.ccid.v8.1.based
spice.kvm.v18.usb-ccid.v2
spice.kvm.v18.usb-ccid.v3
spice.kvm.v18.usb-ccid.v4
spice.kvm.v18.usb-ccid.v5
spice.kvm.v18.usb-ccid.v6
spice.kvm.v18.usb-ccid.wip
spice.v18
spice.v36.s3.v1
spice.v36.s3.v2
spice.v36.s3.wip
spice_semi_seamless_migration_gerd_on_vacation
testpatch
to-q/qxl/fb_async_fix.v1
usb-ccid.kvm.v18
usb-ccid.old
usb-ccid.spice.kvm.v14
usb-ccid.v13
usb_ccid.v11
usb_ccid.v12
usb_ccid.v13
usb_ccid.v14
usb_ccid.v15
usb_ccid.v16
usb_ccid.v16.reordered
usb_ccid.v18
usb_ccid.v19
usb_ccid.v20
usb_ccid.v22
usb_ccid.v23
usb_ccid.v24
usb_ccid.v25
usb_ccid.v25.clean
usb_ccid.v7
usb_ccid.v7.wip
usb_ccid.v9
vdiport_refactor.v2
vdiport_refactor.v3.and_usb_ccid_fixes
wip-ccid-win
wip/qxl-client-monitors-config
wip/shared-memory
spice qemu with usb-ccid device
alon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
pc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-06
qemu_ram_alloc: Add DeviceState and name parameters
Alex Williamson
1
-3
/
+4
2010-07-06
pc: Allocate all ram in a single qemu_ram_alloc()
Alex Williamson
1
-13
/
+9
2010-07-02
pc: Fix CMOS info for drives defined with -device
Markus Armbruster
1
-35
/
+59
2010-06-27
x86: Clean up CPU reset
Jan Kiszka
1
-18
/
+4
2010-06-27
Remove useless device dependency of HAS_AUDIO
Blue Swirl
1
-2
/
+0
2010-06-19
apic: qdev conversion cleanup
Blue Swirl
1
-1
/
+30
2010-06-19
apic: avoid using CPUState internals
Blue Swirl
1
-2
/
+32
2010-06-19
apic: avoid passing CPUState from devices
Blue Swirl
1
-4
/
+6
2010-06-14
pass info about hpets to seabios.]
Gleb Natapov
1
-0
/
+3
2010-06-14
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
1
-0
/
+1
2010-06-13
hpet/rtc: Rework RTC IRQ replacement by HPET
Jan Kiszka
1
-6
/
+8
2010-06-13
hpet: Convert to qdev
Jan Kiszka
1
-1
/
+6
2010-06-04
blockdev: Collect block device code in new blockdev.c
Markus Armbruster
1
-0
/
+1
2010-05-29
pc: improve debugging
Blue Swirl
1
-0
/
+12
2010-05-22
Compile dma only once
Blue Swirl
1
-1
/
+12
2010-05-22
Compile pckbd only once
Blue Swirl
1
-22
/
+11
2010-05-20
pc: fix segfault introduced by 3d53f5c36ff6
Eduard - Gabriel Munteanu
1
-2
/
+2
2010-05-15
rtc: make rtc_xxx accept/return ISADevice instead of RTCState.
Isaku Yamahata
1
-5
/
+6
2010-05-15
pc: split out piix specific part from pc.c into pc_piix.c
Isaku Yamahata
1
-326
/
+25
2010-05-15
pc: split out pci device init from pc_init1() into pc_pci_device_init()
Isaku Yamahata
1
-7
/
+12
2010-05-15
pc: split out basic device init from pc_init1() into pc_basic_device_init()
Isaku Yamahata
1
-38
/
+48
2010-05-15
pc: split out vga initialization from pc_init1() into pc_vga_init().
Isaku Yamahata
1
-18
/
+23
2010-05-15
pc: split out memory allocation from pc_init1() into pc_memory_init()
Isaku Yamahata
1
-28
/
+45
2010-05-15
pc: split out cpu initialization from pc_init1() into pc_cpus_init().
Isaku Yamahata
1
-12
/
+19
2010-05-15
pc: make pc_init1() not refer ferr_irq directly.
Isaku Yamahata
1
-1
/
+7
2010-05-15
pc: introduce a function to allocate cpu irq.
Isaku Yamahata
1
-1
/
+6
2010-05-15
pc: remove global variable rtc_state by using qemu_irq.
Isaku Yamahata
1
-9
/
+7
2010-05-15
pc: remove a global variable, floppy_controller.
Isaku Yamahata
1
-3
/
+5
2010-05-15
pc: make an unnecessary global variable, pit, local.
Isaku Yamahata
1
-1
/
+1
2010-05-15
pc, i440fx: Make smm enable/disable function i440fx independent.
Isaku Yamahata
1
-3
/
+15
2010-05-15
pc: initialize ioapic before use.
Isaku Yamahata
1
-3
/
+3
2010-05-03
hw: better i440 emulation
Bernhard M. Wiedemann
1
-1
/
+1
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
[next]