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
2015-01-27
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
9
-244
/
+95
2015-01-27
pc-dimm: Add Error argument to pc_existing_dimms_capacity
Bharata B Rao
1
-2
/
+2
2015-01-27
pc-dimm: Make pc_existing_dimms_capacity global
Bharata B Rao
1
-24
/
+0
2015-01-27
pc: Fix DIMMs capacity calculation
Bharata B Rao
1
-16
/
+10
2015-01-27
smbios: Don't report unknown CPU speed (fix SVVP regression)
Eduardo Habkost
1
-2
/
+3
2015-01-27
smbios: Fix dimm size calculation when RAM is multiple of 16GB
Eduardo Habkost
1
-1
/
+2
2015-01-27
bios-linker-loader: move source to common location
Michael S. Tsirkin
2
-158
/
+0
2015-01-27
bios-linker-loader: move header to common location
Michael S. Tsirkin
3
-29
/
+2
2015-01-27
acpi: build_append_nameseg(): add padding if necessary
Igor Mammedov
1
-5
/
+10
2015-01-27
acpi: update generated hex files
Michael S. Tsirkin
2
-15
/
+73
2015-01-26
pc: acpi: fix WindowsXP BSOD when memory hotplug is enabled
Igor Mammedov
1
-0
/
+1
2015-01-26
target-i386: Disable HLE and RTM on Haswell & Broadwell
Eduardo Habkost
2
-0
/
+8
2015-01-26
multiboot: Fix offset of bootloader name
Kevin Wolf
1
-7
/
+9
2015-01-26
pc: fix KVM features in pc-1.3 and earlier machine types
Paolo Bonzini
1
-2
/
+2
2015-01-10
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-5
/
+14
2015-01-08
hw/usb: simplified usb_enabled
Marcel Apfelbaum
2
-2
/
+2
2015-01-08
acpi-build: make ROMs RAM blocks resizeable
Michael S. Tsirkin
1
-5
/
+14
2014-12-22
fw_cfg: move boards to fw_cfg_init_io() / fw_cfg_init_mem()
Laszlo Ersek
1
-2
/
+2
2014-12-22
machine: remove qemu_machine_opts global list
Marcel Apfelbaum
1
-0
/
+7
2014-12-22
bootdevice: add Error **errp argument for QEMUBootSetHandler
Gonglei
1
-10
/
+12
2014-12-15
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
8
-23
/
+122
2014-12-15
kvm/apic: fix 2.2->2.1 migration
Paolo Bonzini
1
-3
/
+7
2014-12-15
target-i386: add f16c and rdrand to Haswell and Broadwell
Paolo Bonzini
2
-0
/
+8
2014-12-15
target-i386: add VME to all CPUs
Paolo Bonzini
2
-0
/
+28
2014-12-15
pc: add 2.3 machine types
Paolo Bonzini
2
-7
/
+48
2014-12-15
x86: Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-2
/
+1
2014-12-15
x86: Drop superfluous conditionals around g_free()
Markus Armbruster
1
-3
/
+1
2014-12-15
valgrind/i386: avoid false positives on KVM_SET_PIT ioctl
Christian Borntraeger
1
-1
/
+1
2014-12-15
valgrind/i386: avoid false positives on KVM_SET_CLOCK ioctl
Christian Borntraeger
1
-2
/
+1
2014-12-15
Add bootloader name to multiboot implementation
Drew DeVault
1
-5
/
+27
2014-12-10
acpi-build: Make DPRINTF working for acpi-build
Gonglei
1
-6
/
+12
2014-12-10
acpi-build: adjust indention 8 -> 4 spaces
Gonglei
1
-2
/
+2
2014-11-26
-machine vmport=auto: Fix handling of VMWare ioport emulation for xen
Don Slutz
3
-11
/
+25
2014-11-24
pc: acpi: mark all possible CPUs as enabled in SRAT
Igor Mammedov
1
-8
/
+3
2014-11-24
target-i386: move generic memory hotplug methods to DSDTs
Paolo Bonzini
8
-992
/
+1789
2014-11-24
acpi-build: mark RAM dirty on table update
Michael S. Tsirkin
1
-3
/
+8
2014-11-24
pc: count in 1Gb hugepage alignment when sizing hotplug-memory container
Igor Mammedov
1
-0
/
+5
2014-11-24
pc: explicitly check maxmem limit when adding DIMM
Igor Mammedov
1
-0
/
+45
2014-11-23
pc: align DIMM's address/size by backend's alignment value
Igor Mammedov
3
-0
/
+22
2014-11-23
pc: limit DIMM address and size to page aligned values
Igor Mammedov
1
-1
/
+2
2014-11-23
pc: make pc_dimm_plug() more readble
Igor Mammedov
1
-2
/
+3
2014-11-23
pc: kvm: check if KVM has free memory slots to avoid abort()
Igor Mammedov
1
-0
/
+5
2014-11-14
pc: piix4_pm: init legacy PCI hotplug when running on Xen
Igor Mammedov
1
-11
/
+0
2014-11-13
smbios: change 'ram_addr_t' variables to 'uint64_t'
SeokYeon Hwang
1
-5
/
+5
2014-11-13
kvmclock: Add comment explaining why we need cpu_clean_all_dirty()
Eduardo Habkost
1
-0
/
+14
2014-11-13
apic_common: migrate missing fields
Pavel Dovgalyuk
1
-0
/
+3
2014-11-04
Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-peter' into s...
Peter Maydell
2
-4
/
+10
2014-11-04
target-i386: Disable SVM by default in KVM mode
Eduardo Habkost
2
-0
/
+2
2014-11-04
target-i386: Don't enable nested VMX by default
Eduardo Habkost
2
-0
/
+4
2014-11-03
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
5
-50
/
+134
[next]