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
/
i386
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-04
Merge remote-tracking branch 'sstabellini/xen_fixes_20130603' into staging
Anthony Liguori
2
-22
/
+5
2013-06-03
xen: use pc_init_pci instead of pc_init_pci_no_kvmclock
Stefano Stabellini
1
-2
/
+2
2013-06-03
xen: remove xen_vcpu_init
Stefano Stabellini
1
-1
/
+0
2013-06-03
xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-traditional)
Stefano Stabellini
1
-3
/
+3
2013-06-03
xen_machine_pv: do not create a dummy CPU in machine->init
Stefano Stabellini
1
-16
/
+0
2013-06-02
refer to FWCfgState explicitly
Laszlo Ersek
4
-15
/
+17
2013-05-29
isapc: Fix non-KVM qemu boot (read/write memory for isapc BIOS)
Jordan Justen
1
-0
/
+5
2013-05-22
pci-assign: Add MSI affinity support
Alex Williamson
1
-0
/
+18
2013-05-13
Revert "pc: Kill the "use flash device for BIOS unless KVM" misfeature"
Paolo Bonzini
2
-4
/
+0
2013-05-12
remove double semicolons
Dong Xu Wang
1
-1
/
+1
2013-05-07
Merge remote-tracking branch 'afaerber/qom-cpu' into staging
Anthony Liguori
2
-0
/
+2
2013-05-06
target-i386: n270 can MOVBE
Borislav Petkov
2
-0
/
+2
2013-05-06
kvmvapic: add ioport read accessor
Marcelo Tosatti
1
-0
/
+6
2013-05-02
target-i386: Replace cpuid_*features fields with a feature word array
Eduardo Habkost
1
-1
/
+1
2013-05-01
pc: Implement QEMUMachine::hot_add_cpu hook
Igor Mammedov
3
-0
/
+28
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
3
-6
/
+8
2013-05-01
target-i386: Introduce ICC bus/device/bridge
Igor Mammedov
2
-0
/
+14
2013-05-01
kvmvapic: Make dependency on sysbus.h explicit
Igor Mammedov
1
-0
/
+1
2013-05-01
target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZE
Igor Mammedov
1
-1
/
+1
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-30
pvpanic: create pvpanic by default for machine 1.5
Hu Tao
2
-0
/
+19
2013-04-30
pc_piix: remove undesired change in pc_init1
Paolo Bonzini
1
-0
/
+1
2013-04-29
audio: enable PCI audio cards for all PCI-enabled targets
Paolo Bonzini
2
-3
/
+0
2013-04-29
audio: look for the ISA and PCI buses
Paolo Bonzini
2
-3
/
+2
2013-04-29
pc: QOM'ify port 92
Andreas Färber
1
-5
/
+9
2013-04-29
i8259: QOM cleanups
Andreas Färber
1
-1
/
+1
2013-04-29
fdc: QOM'ify ISA floppy controller
Andreas Färber
1
-1
/
+1
2013-04-24
pc: Kill the "use flash device for BIOS unless KVM" misfeature
Markus Armbruster
2
-2
/
+16
2013-04-24
pc: Split pc_init_pci_1_0() off pc_init_pci_1_2()
Markus Armbruster
1
-4
/
+12
2013-04-24
pc: Inline pc_init_pci_1_3() into pc_init_pci_1_2()
Markus Armbruster
1
-1
/
+2
2013-04-24
ich9: kill cmos_s3
Hu Tao
1
-14
/
+1
2013-04-16
kvmvapic: Replace FROM_SYSBUS() with QOM type cast
Igor Mammedov
1
-2
/
+5
2013-04-15
acpi: move declarations from pc.h to acpi.h
Michael S. Tsirkin
2
-0
/
+2
2013-04-08
hw: move private headers to hw/ subdirectories.
Paolo Bonzini
6
-4
/
+29
2013-04-08
hw: move hw/kvm/ to hw/i386/kvm
Paolo Bonzini
8
-4
/
+2898
2013-04-08
hw: move other devices to hw/misc/, configure with default-configs/
Paolo Bonzini
1
-4
/
+0
2013-04-08
hw: move interrupt controllers to hw/intc/, configure with default-configs/
Paolo Bonzini
1
-2
/
+1
2013-04-08
hw: move PCI bridges to hw/pci-* or hw/ARCH
Paolo Bonzini
1
-2
/
+1
2013-04-08
hw: move ISA bridges and devices to hw/isa/, configure with default-configs/
Paolo Bonzini
1
-1
/
+1
2013-04-08
hw: move char devices to hw/char/, configure via default-configs/
Paolo Bonzini
1
-1
/
+1
2013-04-08
hw: move more files to hw/xen/
Paolo Bonzini
1
-3
/
+0
2013-04-08
hw: move display devices to hw/display/, configure via default-configs/
Paolo Bonzini
1
-1
/
+0
2013-04-08
hw: move block devices to hw/block/, configure via default-configs/
Paolo Bonzini
1
-1
/
+0
2013-04-08
hw: move MC146818RTC to hw/timer/, configure via default-configs/
Paolo Bonzini
1
-1
/
+0
2013-04-08
hw: move watchdogs to hw/watchdog, configure via default-configs/
Paolo Bonzini
1
-1
/
+0
2013-04-08
hw: make all of hw/pci/ configurable via default-configs/
Paolo Bonzini
1
-1
/
+1
2013-04-08
hw: move headers to include/
Paolo Bonzini
8
-27
/
+27
2013-04-04
pc_acpi_init(): don't bail as soon as failing to find default DSDT
Laszlo Ersek
1
-16
/
+17
[next]