index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-06-07
all: Remove unnecessary glib.h includes
Peter Maydell
2016-06-07
qga: Remove unnecessary glib.h includes
Peter Maydell
2016-06-07
tests: Remove unnecessary glib.h includes
Peter Maydell
2016-06-07
clean-includes: Add glib.h to list of unneeded includes
Peter Maydell
2016-06-07
pc: cleanup unused struct PcRomPciInfo
Igor Mammedov
2016-06-07
e1000: Removing unnecessary if statement
Sameeh Jubran
2016-06-07
Fix configure test for PBKDF2 in nettle
Steven Luo
2016-06-07
docs: Fix a couple of typos in throttle.txt
Alberto Garcia
2016-06-07
hw: Clean up includes
Peter Maydell
2016-06-07
replay: Clean up includes
Peter Maydell
2016-06-07
fw_cfg: follow CODING_STYLE
Cao jin
2016-06-07
qdev: Clean up around properties
Cao jin
2016-06-07
monitor: Typo fix
Eric Blake
2016-06-07
ICH9: fix typo
Cao jin
2016-06-07
scripts: Use $(..) instead of deprecated `..`
Stefan Weil
2016-06-07
configure: Use $(..) instead of deprecated `..`
Stefan Weil
2016-06-07
qemu-options.hx: Specify the units for -machine kvm_shadow_mem
Peter Maydell
2016-06-07
Fix linking relocatable objects on Sparc
James Clarke
2016-06-07
ppc: Remove a potential overflow in muldiv64()
Laurent Vivier
2016-06-07
replace muldiv64(a, b, c) by (uint64_t)a * b / c
Laurent Vivier
2016-06-07
remove useless muldiv64()
Laurent Vivier
2016-06-07
The only 64bit parameter of muldiv64() is the first one.
Laurent Vivier
2016-06-07
scripts: add muldiv64() checking coccinelle scripts
Laurent Vivier
2016-06-07
gdbstub: set listen backlog to 1
Peter Wu
2016-06-07
po/Makefile: call rm -f directly
Jan Vesely
2016-06-07
target-moxie: Remove unused struct elements
Stefan Weil
2016-06-07
fsdev: spelling fix
Michael Tokarev
2016-06-07
qga: spelling fix
Michael Tokarev
2016-06-07
docs: "specify" spell fix
Michael Tokarev
2016-06-07
hw/ipmi: fix spelling
Michael Tokarev
2016-06-07
s390x/virtio-ccw: fix spelling
Michael Tokarev
2016-06-07
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2016-06-07
docker: Don't use eval trick on Makefile
Eduardo Habkost
2016-06-07
virtio: move bi-endian target support to a single location
Greg Kurz
2016-06-07
pc-dimm: introduce realize callback
Xiao Guangrong
2016-06-07
pc-dimm: get memory region from ->get_memory_region()
Xiao Guangrong
2016-06-07
acpi: make bios_linker_loader_add_checksum() API offset based
Igor Mammedov
2016-06-07
acpi: make bios_linker_loader_add_pointer() API offset based
Igor Mammedov
2016-06-07
tpm: apci: cleanup TCPA table initialization
Igor Mammedov
2016-06-07
acpi: cleanup bios_linker_loader_cleanup()
Igor Mammedov
2016-06-07
acpi: simplify bios_linker API by removing redundant 'table' argument
Igor Mammedov
2016-06-07
acpi: convert linker from GArray to BIOSLinker structure
Igor Mammedov
2016-06-07
pc: use AcpiDeviceIfClass.send_event to issue GPE events
Igor Mammedov
2016-06-07
acpi: extend ACPI interface to provide send_event hook
Igor Mammedov
2016-06-07
pc: Postpone SMBIOS table installation to post machine init
Corey Minyard
2016-06-07
ipmi: rework the fwinfo to be fetched from the interface
Corey Minyard
2016-06-07
tests: acpi: update tables with consolidated legacy cpu-hotplug AML
Igor Mammedov
2016-06-07
pc: acpi: cpuhp-legacy: switch ProcessorID to possible_cpus idx
Igor Mammedov
2016-06-07
pc: acpi: simplify build_legacy_cpu_hotplug_aml() signature
Igor Mammedov
2016-06-07
pc: acpi: consolidate legacy CPU hotplug in one file
Igor Mammedov
[next]