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
/
i386
/
pc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-26
pc: Save size of RAM below 4GB
Eduardo Habkost
1
-0
/
+1
2014-01-10
Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging
Anthony Liguori
1
-9
/
+8
2013-12-23
target-i386: Move apic_state field from CPUX86State to X86CPU
Chen Fan
1
-9
/
+8
2013-12-23
isa: Clean up use of cannot_instantiate_with_device_add_yet
Markus Armbruster
1
-1
/
+6
2013-12-23
qdev: Replace no_user by cannot_instantiate_with_device_add_yet
Markus Armbruster
1
-1
/
+1
2013-12-11
pc: use macro for HPET type
Michael S. Tsirkin
1
-1
/
+1
2013-12-11
hpet: enable to entitle more irq pins for hpet
Liu Ping Fan
1
-3
/
+16
2013-12-10
pc: map PCI address space as catchall region for not mapped addresses
Michael S. Tsirkin
1
-14
/
+6
2013-11-04
pc: register e820 entries for ram
Gerd Hoffmann
1
-7
/
+1
2013-11-04
pc: add etc/e820 fw_cfg file
Gerd Hoffmann
1
-11
/
+28
2013-10-31
Merge remote-tracking branch 'kraxel/e820.1' into staging
Anthony Liguori
1
-0
/
+8
2013-10-17
e820: pass high memory too.
Gerd Hoffmann
1
-0
/
+8
2013-10-14
i386: ACPI table generation code from seabios
Michael S. Tsirkin
1
-0
/
+2
2013-10-14
pc: use new api to add builtin tables
Michael S. Tsirkin
1
-1
/
+1
2013-10-14
i386: define pc guest info
Michael S. Tsirkin
1
-0
/
+21
2013-09-03
cpu: Use QTAILQ for CPU list
Andreas Färber
1
-2
/
+1
2013-08-20
Convert stderr message calling error_get_pretty() to error_report()
Seiji Aguchi
1
-3
/
+3
2013-08-12
pc_sysfw: do not make it a device anymore
Paolo Bonzini
1
-1
/
+1
2013-08-06
target-i386: Fix X86CPU error handling
Andreas Färber
1
-7
/
+6
2013-07-29
pc: limit 64 bit hole to 2G by default
Igor Mammedov
1
-22
/
+34
2013-07-29
pc: move IO_APIC_DEFAULT_ADDRESS to include/hw/i386/ioapic.h
Michael S. Tsirkin
1
-2
/
+0
2013-07-18
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
1
-1
/
+1
2013-07-15
pc: don't access fw cfg if NULL
Michael S. Tsirkin
1
-1
/
+1
2013-07-09
cpu: Make first_cpu and next_cpu CPUState
Andreas Färber
1
-7
/
+10
2013-07-09
cpu: Replace cpu_single_env with CPUState current_cpu
Andreas Färber
1
-5
/
+6
2013-07-08
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
1
-2
/
+72
2013-07-07
pci: Add root bus parameter to pci_nic_init()
David Gibson
1
-1
/
+1
2013-07-04
hw/i*: pass owner to memory_region_init* functions
Paolo Bonzini
1
-1
/
+1
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
1
-7
/
+7
2013-07-04
pc: pass PCI hole ranges to Guests
Michael S. Tsirkin
1
-0
/
+26
2013-07-04
pci: store PCI hole ranges in guestinfo structure
Michael S. Tsirkin
1
-1
/
+45
2013-06-28
cpu: Change cpu_exit() argument to CPUState
Andreas Färber
1
-1
/
+1
2013-06-19
pc: Make -no-fd-bootchk stick across boot order changes
Markus Armbruster
1
-4
/
+3
2013-06-15
Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpu
Blue Swirl
1
-10
/
+18
2013-06-10
pc: Fix crash when attempting to hotplug CPU with negative ID
Igor Mammedov
1
-0
/
+5
2013-06-07
isa: QOM'ify ISADevice
Andreas Färber
1
-4
/
+5
2013-06-07
isa: Use realizefn for ISADevice
Andreas Färber
1
-6
/
+13
2013-06-02
refer to FWCfgState explicitly
Laszlo Ersek
1
-12
/
+12
2013-05-01
pc: Implement QEMUMachine::hot_add_cpu hook
Igor Mammedov
1
-0
/
+26
2013-05-01
target-i386: Move APIC to ICC bus
Igor Mammedov
1
-2
/
+11
2013-05-01
target-i386: Attach ICC bus to CPU on its creation
Igor Mammedov
1
-4
/
+6
2013-05-01
target-i386: Introduce apic-id CPU property
Igor Mammedov
1
-1
/
+28
2013-05-01
pc: Update rtc_cmos on CPU hot-plug
Igor Mammedov
1
-0
/
+20
2013-04-29
pc: QOM'ify port 92
Andreas Färber
1
-5
/
+9
2013-04-15
acpi: move declarations from pc.h to acpi.h
Michael S. Tsirkin
1
-0
/
+1
2013-04-08
hw: move private headers to hw/ subdirectories.
Paolo Bonzini
1
-1
/
+1
2013-04-08
hw: move headers to include/
Paolo Bonzini
1
-12
/
+12
2013-04-04
pc_acpi_init(): don't bail as soon as failing to find default DSDT
Laszlo Ersek
1
-16
/
+17
2013-04-04
Introduce IO_APIC_DEFAULT_ADDRESS for 0xfec00000
Laszlo Ersek
1
-1
/
+3
2013-04-04
like acpi_table_install(), acpi_table_add() should propagate Errors
Laszlo Ersek
1
-2
/
+6
[next]