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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2012-02-15
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
1
-2
/
+2
2012-02-15
qom: Unify type registration
Andreas Färber
1
-2
/
+3
2012-02-08
kvm: Implement kvm_irqchip_in_kernel like kvm_enabled
Jan Kiszka
1
-2
/
+2
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
1
-8
/
+10
2012-01-27
isa: pic: convert to QEMU Object Model
Anthony Liguori
1
-7
/
+13
2012-01-23
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
1
-7
/
+13
2012-01-22
vga: make Cirrus ISA device optional
Blue Swirl
1
-1
/
+1
2012-01-22
vga: improve VGA logic
Blue Swirl
1
-5
/
+0
2012-01-19
kvm: x86: Add user space part for in-kernel APIC
Jan Kiszka
1
-5
/
+10
2012-01-19
kvm: x86: Establish IRQ0 override control
Jan Kiszka
1
-1
/
+2
2012-01-19
msi: Generalize msix_supported to msi_supported
Jan Kiszka
1
-2
/
+2
2012-01-04
vmstate, memory: decouple vmstate from memory API
Avi Kivity
1
-3
/
+6
2011-12-22
Set numa topology for max_cpus
Vasilis Liaskovitis
1
-4
/
+4
2011-12-20
isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...
Hervé Poussineau
1
-14
/
+14
2011-12-15
qom: add vga node to the pc composition tree
Anthony Liguori
1
-10
/
+16
2011-12-06
fix spelling in hw sub directory
Dong Xu Wang
1
-1
/
+1
2011-11-11
hw/pc.c: Fix use-while-uninitialized of fd_type[]
Peter Maydell
1
-3
/
+1
2011-11-07
disable automatic loading of sgabios when -nographic
Paolo Bonzini
1
-9
/
+0
2011-11-02
Fix X86 CPU topology in KVM mode
Bharata B Rao
1
-1
/
+0
2011-10-21
pc: Fix floppy drives with if=none
Kevin Wolf
1
-11
/
+14
2011-10-16
pc: Fix and clean up PIC-to-APIC IRQ path
Jan Kiszka
1
-3
/
+0
2011-10-16
pc: Generalize ISA IRQs to GSIs
Jan Kiszka
1
-9
/
+9
2011-10-16
pc: Drop useless test from isa_irq_handler
Jan Kiszka
1
-3
/
+2
2011-10-11
pc: Convert port92 to isa_register_ioport
Richard Henderson
1
-3
/
+13
2011-09-23
pc: Unbreak ROM mapping for ISA machine
Jan Kiszka
1
-4
/
+4
2011-09-03
Use new macro QEMU_PACKED for packed structures
Stefan Weil
1
-2
/
+2
2011-08-22
440fx: fix PAM, PCI holes
Avi Kivity
1
-4
/
+7
2011-08-22
vga: drop get_system_memory() from vga devices and derivatives
Avi Kivity
1
-1
/
+2
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-11
/
+11
2011-08-12
pc: make vgabios exit port more useful
Anthony Liguori
1
-2
/
+2
2011-07-29
pc: convert pc_memory_init() to memory API
Avi Kivity
1
-19
/
+40
2011-07-29
pc: grab system_memory
Avi Kivity
1
-1
/
+2
2011-06-07
Add an isa device for SGA
Glauber Costa
1
-0
/
+9
2011-05-08
pc, Disable vmport initialisation with Xen.
Anthony PERARD
1
-3
/
+8
2011-05-08
pc_memory_init: Move memory calculation to the caller.
Anthony PERARD
1
-14
/
+3
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
[prev]
[next]