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
2013-02-16
target-i386: Split command line parsing out of cpu_x86_register()
Andreas Färber
1
-1
/
+0
2013-02-01
target-i386: Pass X86CPU to cpu_x86_set_a20()
Andreas Färber
1
-3
/
+4
2013-01-27
pc: Set fw_cfg data based on APIC ID calculation
Eduardo Habkost
1
-5
/
+35
2013-01-27
fw_cfg: Remove FW_CFG_MAX_CPUS from fw_cfg_init()
Eduardo Habkost
1
-1
/
+1
2013-01-21
sysbus: Drop sysbus_from_qdev() cast macro
Andreas Färber
1
-2
/
+2
2013-01-19
fw_cfg: Use void *, size_t instead of uint8_t *, uint32_t for blobs
Markus Armbruster
1
-7
/
+6
2013-01-19
pc: Clean up bochs_bios_init()'s (non-)use of sizeof
Markus Armbruster
1
-3
/
+3
2013-01-19
pc: Fix unchecked strdup() by switching to fw_cfg_add_string()
Markus Armbruster
1
-3
/
+1
2013-01-12
hw/pc.c: add ULL suffix in ioport80_read and ioportF0_read return value
Julien Grall
1
-2
/
+2
2013-01-11
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
1
-0
/
+12
2013-01-11
hw/pc.c: Fix converting of ioport_register* to MemoryRegion
Julien Grall
1
-0
/
+12
2013-01-10
Make all static TypeInfos const
Andreas Färber
1
-1
/
+1
2013-01-04
Merge remote-tracking branch 'kraxel/testdev.1' into staging
Anthony Liguori
1
-41
/
+0
2013-01-04
pc: remove bochs bios debug ports
Gerd Hoffmann
1
-41
/
+0
2013-01-04
acpi: autoload dsdt
Gerd Hoffmann
1
-0
/
+23
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
1
-4
/
+4
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
monitor: move include files to include/monitor/
Paolo Bonzini
1
-1
/
+1
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
1
-2
/
+2
2012-12-17
pci: update all users to look in pci/
Michael S. Tsirkin
1
-2
/
+2
2012-12-04
hw/pc.c: Replace register_ioport_*
Julien Grall
1
-9
/
+40
2012-11-26
pc: Move ioapic_init() from pc_piix.c to pc.c
Jason Baron
1
-0
/
+24
2012-11-26
pc, pc_piix: split out pc nic initialization
Isaku Yamahata
1
-0
/
+15
2012-10-30
target-i386: Initialize APIC at CPU level
Igor Mammedov
1
-51
/
+5
2012-10-29
pc port92: convert PIO to new memory api read/write
Alexander Graf
1
-8
/
+11
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
1
-2
/
+2
2012-10-22
serial: split serial.c
Gerd Hoffmann
1
-0
/
+1
2012-10-06
pc: use the new pci_vga_init() and isa_vga_init() functions
Aurelien Jarno
1
-29
/
+6
2012-10-06
vga: rename isa_vga_init() to isa_std_vga_init()
Aurelien Jarno
1
-1
/
+1
2012-10-06
vga: rename pci_vga_init() into pci_std_vga_init()
Aurelien Jarno
1
-1
/
+1
2012-09-17
pc: Drop practically unused BOCHS BIOS debug ports
Jan Kiszka
1
-27
/
+0
2012-08-18
pc: Fix RTC CMOS info on RAM for ram_size < 1MiB
Markus Armbruster
1
-13
/
+18
2012-08-15
Add one new file vga-pci.h and cleanup on all platforms
zhlcindy@gmail.com
1
-0
/
+1
2012-08-09
kvm: Move kvm_allows_irq0_override() to target-i386, fix return type
Peter Maydell
1
-0
/
+1
2012-08-04
Fixes related to processing of qemu's -numa option
Chegu Vinod
1
-1
/
+2
2012-08-01
target-i386: move cpu_reset and reset callback to cpu.c
Igor Mammedov
1
-8
/
+1
2012-08-01
target-i386: move cpu halted decision into x86_cpu_reset
Igor Mammedov
1
-9
/
+0
2012-07-17
hd-geometry: Compute BIOS CHS translation in one place
Markus Armbruster
1
-15
/
+4
2012-07-17
block: Geometry and translation hints are now useless, purge them
Markus Armbruster
1
-0
/
+1
2012-07-17
ide pc: Cut out the block layer geometry middleman
Markus Armbruster
1
-24
/
+27
2012-07-17
fdc: Move floppy geometry guessing back from block.c
Markus Armbruster
1
-9
/
+2
2012-06-19
Add PIIX4 properties to control PM system states.
Gleb Natapov
1
-1
/
+2
2012-06-04
pc: Pass X86CPU to pc_cpu_reset()
Andreas Färber
1
-4
/
+5
2012-06-04
pc: Use cpu_x86_init() to obtain X86CPU
Andreas Färber
1
-4
/
+6
2012-06-03
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
1
-9
/
+0
2012-05-29
Merge remote-tracking branch 'sstabellini/for_1.1_rc3' into staging
Anthony Liguori
1
-10
/
+13
2012-05-25
fdc: floppy drive should be visible after start without media
Pavel Hrdina
1
-1
/
+1
2012-05-17
xen: do not initialize the interval timer and PCSPK emulator
Stefano Stabellini
1
-10
/
+13
2012-05-16
pc: Enable MSI support at APIC level
Jan Kiszka
1
-9
/
+0
2012-04-17
xen: add a dummy xc_hvm_inject_msi for Xen < 4.2
Stefano Stabellini
1
-1
/
+1
[next]