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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-07
Merge remote-tracking branch 'remotes/sstabellini/xen-140507-2' into staging
Peter Maydell
8
-422
/
+684
2014-05-07
xen: move Xen HVM files under hw/i386/xen
Wei Liu
5
-1
/
+684
2014-05-07
xen: move Xen PV machine files to hw/xenpv
Wei Liu
4
-422
/
+1
2014-05-07
pc: add compat_props placeholder for 2.0 machine type
Gabriel L. Somlo
2
-0
/
+8
2014-05-07
acpi: fix tables for no-hpet configuration
Michael S. Tsirkin
1
-3
/
+4
2014-05-07
acpi-build: properly decrement objects' reference counters
Kirill Batuzov
1
-0
/
+6
2014-05-05
SMBIOS: Build aggregate smbios tables and entry point
Gabriel L. Somlo
4
-24
/
+716
2014-05-05
SMBIOS: Use bitmaps to prevent incompatible comand line options
Gabriel L. Somlo
1
-30
/
+20
2014-05-05
SMBIOS: Use macro to set smbios defaults
Gabriel L. Somlo
1
-14
/
+13
2014-05-05
SMBIOS: Rename symbols to better reflect future use
Gabriel L. Somlo
4
-19
/
+25
2014-05-05
E820: Add interface for accessing e820 table
Gabriel L. Somlo
1
-0
/
+15
2014-05-05
pc: add 2.1 machine type
Michael S. Tsirkin
2
-7
/
+47
2014-04-27
misc: Use cpu_physical_memory_read and cpu_physical_memory_write
Stefan Weil
1
-17
/
+14
2014-04-14
acpi: fix incorrect encoding for 0x{F-1}FFFF
Igor Mammedov
1
-1
/
+1
2014-04-10
acpi: update generated hex files
Michael S. Tsirkin
2
-30
/
+20
2014-04-08
dsdt: tweak ACPI ID for hotplug resource device
Michael S. Tsirkin
1
-1
/
+1
2014-03-28
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-2
/
+2
2014-03-28
acpi: fix ACPI generation for pci bridges
Marcel Apfelbaum
1
-2
/
+2
2014-03-27
hw/i386/acpi_build.c: Avoid shifting left into sign bit
Peter Maydell
1
-1
/
+1
2014-03-26
acpi: make SSDT 1.0 spec compliant when possible
Michael S. Tsirkin
1
-2
/
+14
2014-03-24
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
3
-36
/
+44
2014-03-18
acpi: fix endian-ness for table ids
Michael S. Tsirkin
2
-29
/
+16
2014-03-18
i386/acpi-build: support hotplug of VCPU with APIC ID 0xFF
Laszlo Ersek
1
-1
/
+6
2014-03-18
i386/acpi-build: allow more than 255 elements in CPON
Laszlo Ersek
1
-2
/
+2
2014-03-18
pc: Refuse max_cpus if it results in too large APIC ID
Eduardo Habkost
1
-0
/
+8
2014-03-18
acpi: Don't use MAX_CPUMASK_BITS for APIC ID bitmap
Eduardo Habkost
1
-2
/
+2
2014-03-18
pc: Refuse CPU hotplug if the resulting APIC ID is too large
Eduardo Habkost
1
-0
/
+8
2014-03-13
cpu-exec: Change cpu_resume_from_signal() argument to CPUState
Andreas Färber
1
-1
/
+1
2014-03-13
translate-all: Change tb_gen_code() argument to CPUState
Andreas Färber
1
-1
/
+1
2014-03-13
translate-all: Change cpu_restore_state() argument to CPUState
Andreas Färber
1
-1
/
+1
2014-03-13
cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUState
Andreas Färber
1
-1
/
+1
2014-03-13
target-i386: Enable x2apic by default on KVM
Eduardo Habkost
2
-0
/
+2
2014-03-13
target-i386: Introduce x86_cpu_compat_disable_kvm_features()
Eduardo Habkost
1
-3
/
+3
2014-03-12
acpi-build: fix misaligned access
Michael S. Tsirkin
1
-2
/
+2
2014-03-11
acpi-build: don't access unaligned addresses
Michael S. Tsirkin
1
-15
/
+16
2014-03-11
pc: avoid duplicate names for ROM MRs
Michael S. Tsirkin
2
-0
/
+2
2014-03-09
loader: rename in_ram/has_mr
Michael S. Tsirkin
2
-2
/
+2
2014-03-09
acpi-build: append description for non-hotplug
Michael S. Tsirkin
7
-264
/
+500
2014-03-05
qdev: Keep global allocation counter per bus
Alexander Graf
1
-1
/
+7
2014-02-26
pci-assign: Fix potential read beyond buffer on -EBUSY
Markus Armbruster
1
-0
/
+1
2014-02-20
Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...
Peter Maydell
2
-5
/
+5
2014-02-14
qdev: Add enum property types to QAPI schema
Paolo Bonzini
1
-3
/
+3
2014-02-14
qdev: Remove hex8/32/64 property types
Paolo Bonzini
1
-1
/
+1
2014-02-14
i2c: Rename i2c_bus to I2CBus
Andreas Färber
1
-1
/
+1
2014-02-13
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
4
-6
/
+16
2014-02-10
ACPI: Remove commented-out code from HPET._CRS
Gabriel L. Somlo
1
-3
/
+0
2014-02-10
qdev:pci: refactor PCIDevice to use generic "hotpluggable" property
Igor Mammedov
1
-1
/
+3
2014-02-05
pc.c: better error message on initrd sizing failure
Michael S. Tsirkin
1
-2
/
+2
2014-02-05
pc_piix: enable legacy hotplug for Xen
Michael S. Tsirkin
1
-0
/
+11
2014-02-01
i386: Add missing include file for QEMU_PACKED
Stefan Weil
1
-2
/
+1
[next]