index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
pc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-22
vmmouse: Fix initialization
Jan Kiszka
1
-0
/
+1
2011-03-12
pc: fix wrong CMOS values for floppy drives
Blue Swirl
1
-1
/
+1
2011-02-20
pc: remove test on TARGET_PHYS_ADDR_BITS == 32
Aurelien Jarno
1
-7
/
+0
2011-02-20
i8254: convert to qdev
Blue Swirl
1
-3
/
+2
2011-02-20
fdc: refactor device creation
Blue Swirl
1
-12
/
+19
2011-02-20
fdc: use FDriveType for floppy drive type
Blue Swirl
1
-8
/
+11
2011-02-12
hpet: make optional
Blue Swirl
1
-4
/
+7
2011-02-12
x86: make vmmouse optional
Blue Swirl
1
-2
/
+4
2011-02-12
vmmouse: convert to qdev
Blue Swirl
1
-2
/
+3
2011-02-12
vmport: convert to qdev
Blue Swirl
1
-0
/
+1
2011-02-12
x86,MIPS: make vmware_vga optional
Blue Swirl
1
-3
/
+8
2011-01-25
audio: consolidate audio_init()
Isaku Yamahata
1
-17
/
+0
2011-01-06
pc: move port 92 stuff back to pc.c from pckbd.c
Blue Swirl
1
-3
/
+86
2010-12-27
Merge branch 'spice.v23.pull' of git://anongit.freedesktop.org/spice/qemu
Aurelien Jarno
1
-0
/
+8
2010-12-11
Add bootindex for option roms.
Gleb Natapov
1
-3
/
+4
2010-12-09
spice: add qxl device
Gerd Hoffmann
1
-0
/
+8
2010-11-21
pc: disable the BOCHS BIOS panic port
Bernhard Kohl
1
-2
/
+2
2010-11-16
pc: Fix e820 fw_cfg for big endian
Alex Williamson
1
-7
/
+7
2010-11-16
pc: e820 qemu_cfg tables need to be packed
Alex Williamson
1
-2
/
+2
2010-11-16
more stdvga cleanups.
Gerd Hoffmann
1
-1
/
+1
2010-08-24
Rearrange block headers
Blue Swirl
1
-0
/
+1
2010-07-13
pc: Avoid registering zero sized memory
Alex Williamson
1
-2
/
+4
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
[next]