index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
i386
Commit message (
Expand
)
Author
Age
Files
Lines
*
pci-assign: Move "Invalid ROM" error message to pci-assign-load-rom.c
Lin Ma
2016-06-29
2
-4
/
+3
*
ICH9 LPC: move call of isa_bus_irqs to 'realize' method
Efimov Vasily
2016-06-29
1
-3
/
+0
*
ICH9 LPC: handle GSI as qdev GPIO
Efimov Vasily
2016-06-29
1
-1
/
+5
*
ich9: unify pic and ioapic IRQ vectors
Paolo Bonzini
2016-06-29
1
-2
/
+1
*
port92: handle A20 IRQ as GPIO
Efimov Vasily
2016-06-29
1
-5
/
+5
*
pc_q35: configure Q35 instance using properties
Efimov Vasily
2016-06-29
1
-6
/
+12
*
pc: acpi: drop intermediate PCMachineState.node_cpu
Igor Mammedov
2016-06-24
2
-18
/
+9
*
pc: use new CPU hotplug interface since 2.7 machine type
Igor Mammedov
2016-06-24
3
-1
/
+15
*
acpi: cpuhp: implement hot-remove parts of CPU hotplug interface
Igor Mammedov
2016-06-24
1
-0
/
+47
*
pc: acpi: introduce AcpiDeviceIfClass.madt_cpu hook
Igor Mammedov
2016-06-24
1
-18
/
+27
*
i386: pci-assign: Fix MSI-X table size
Ido Yariv
2016-06-24
1
-7
/
+7
*
acpi: Add IPMI table entries
Corey Minyard
2016-06-24
1
-0
/
+12
*
trace: split out trace events for hw/i386/ directory
Daniel P. Berrange
2016-06-20
1
-0
/
+12
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2016-06-17
1
-1
/
+1
|
\
|
*
pci: fix pci_requester_id()
Peter Xu
2016-06-17
1
-1
/
+1
*
|
os-posix: include sys/mman.h
Paolo Bonzini
2016-06-16
1
-1
/
+0
*
|
pc: Add 2.7 machine
Igor Mammedov
2016-06-14
2
-5
/
+24
|
/
*
vl: Eliminate usb_enabled()
Eduardo Habkost
2016-06-13
2
-2
/
+2
*
cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc()
Peter Maydell
2016-06-09
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2016-06-08
2
-23
/
+40
|
\
|
*
pc: allow raising low memory via max-ram-below-4g option
Gerd Hoffmann
2016-06-06
2
-23
/
+40
*
|
all: Remove unnecessary glib.h includes
Peter Maydell
2016-06-07
2
-2
/
+0
*
|
pc: cleanup unused struct PcRomPciInfo
Igor Mammedov
2016-06-07
1
-8
/
+0
*
|
acpi: make bios_linker_loader_add_checksum() API offset based
Igor Mammedov
2016-06-07
1
-3
/
+2
*
|
acpi: make bios_linker_loader_add_pointer() API offset based
Igor Mammedov
2016-06-07
1
-22
/
+23
*
|
tpm: apci: cleanup TCPA table initialization
Igor Mammedov
2016-06-07
1
-4
/
+1
*
|
acpi: simplify bios_linker API by removing redundant 'table' argument
Igor Mammedov
2016-06-07
1
-9
/
+11
*
|
acpi: convert linker from GArray to BIOSLinker structure
Igor Mammedov
2016-06-07
1
-14
/
+15
*
|
pc: Postpone SMBIOS table installation to post machine init
Corey Minyard
2016-06-07
1
-2
/
+3
*
|
pc: acpi: cpuhp-legacy: switch ProcessorID to possible_cpus idx
Igor Mammedov
2016-06-07
1
-1
/
+1
*
|
pc: acpi: simplify build_legacy_cpu_hotplug_aml() signature
Igor Mammedov
2016-06-07
1
-4
/
+1
*
|
pc: acpi: mark current CPU hotplug functions as legacy
Igor Mammedov
2016-06-07
1
-1
/
+2
*
|
pc: acpi: consolidate \GPE._E02 with the rest of CPU hotplug AML
Igor Mammedov
2016-06-07
1
-4
/
+0
*
|
pc: acpi: consolidate CPU hotplug AML
Igor Mammedov
2016-06-07
1
-111
/
+1
*
|
pc: acpi: remove AML for empty/not used GPE handlers
Igor Mammedov
2016-06-07
1
-17
/
+0
|
/
*
pc: Set CPU model-id on compat_props for pc <= 2.4
Eduardo Habkost
2016-05-23
1
-0
/
+13
*
target-i386: add a generic x86 nmi handler
Bandan Das
2016-05-23
1
-0
/
+20
*
i386: kvmvapic: initialise imm32 variable
Prasad J Pandit
2016-05-23
1
-1
/
+1
*
machine: add properties to compat_props incrementaly
Igor Mammedov
2016-05-20
1
-13
/
+0
*
cpu: move exec-all.h inclusion out of cpu.h
Paolo Bonzini
2016-05-19
1
-0
/
+1
*
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
2016-05-19
3
-0
/
+5
*
explicitly include linux/kvm.h
Paolo Bonzini
2016-05-19
2
-0
/
+2
*
tcg: Remove needless CPUState::current_tb
Sergey Fedorov
2016-05-13
1
-1
/
+0
*
tb: consistently use uint32_t for tb->flags
Emilio G. Cota
2016-05-13
1
-1
/
+1
*
ACPI: move acpi_build_srat_memory to common place
Shannon Zhao
2016-05-12
1
-29
/
+9
*
ACPI: Fix the definition of proximity in AcpiSratMemoryAffinity
Shannon Zhao
2016-05-12
1
-2
/
+1
*
ACPI: Add GICC Affinity Structure
Shannon Zhao
2016-05-12
1
-1
/
+1
*
tpm: acpi: remove IRQ from TPM's CRS to make Windows not see conflict
Igor Mammedov
2016-04-13
1
-1
/
+6
*
pc: acpi: tpm: add missing MMIO resource to PCI0._CRS
Igor Mammedov
2016-04-13
1
-0
/
+5
*
Sort the fw_cfg file list
Gerd Hoffmann
2016-04-07
3
-0
/
+6
[next]