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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
tb hash: hash phys_pc, pc, and flags with xxhash
Emilio G. Cota
2016-06-12
1
-2
/
+6
*
exec: add tb_hash_func5, derived from xxhash
Emilio G. Cota
2016-06-12
1
-0
/
+94
*
qemu-thread: add simple test-and-set spinlock
Guillaume Delbergue
2016-06-12
1
-0
/
+35
*
include/processor.h: define cpu_relax()
Emilio G. Cota
2016-06-12
1
-0
/
+30
*
seqlock: rename write_lock/unlock to write_begin/end
Emilio G. Cota
2016-06-12
1
-2
/
+2
*
seqlock: remove optional mutex
Emilio G. Cota
2016-06-12
1
-9
/
+1
*
compiler.h: add QEMU_ALIGNED() to enforce struct alignment
Emilio G. Cota
2016-06-12
1
-0
/
+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/riku/tags/pull-linux-user-20160608' int...
Peter Maydell
2016-06-08
1
-1
/
+0
|
\
|
*
linux-user: Remove redundant gdb_queuesig()
Timothy E Baldwin
2016-06-07
1
-1
/
+0
*
|
block: Kill bdrv_co_write_zeroes()
Eric Blake
2016-06-08
1
-2
/
+0
*
|
block: Switch bdrv_write_zeroes() to byte interface
Eric Blake
2016-06-08
1
-5
/
+5
*
|
block: Add .bdrv_co_pwrite_zeroes()
Eric Blake
2016-06-08
1
-1
/
+3
*
|
block: Track write zero limits in bytes
Eric Blake
2016-06-08
1
-4
/
+6
*
|
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-06-0...
Peter Maydell
2016-06-07
14
-31
/
+17
|
\
\
|
*
|
thunk: Rename args and fields in host-target bitmask conversion code
Peter Maydell
2016-06-07
1
-6
/
+6
|
*
|
thunk: Drop unused NO_THUNK_TYPE_SIZE guards
Peter Maydell
2016-06-07
1
-3
/
+0
|
*
|
qemu-common.h: Drop WORDS_ALIGNED define
Peter Maydell
2016-06-07
2
-9
/
+0
|
*
|
host-utils: Prefer 'false' for bool type
Eric Blake
2016-06-07
1
-1
/
+1
|
*
|
all: Remove unnecessary glib.h includes
Peter Maydell
2016-06-07
6
-6
/
+0
|
*
|
hw: Clean up includes
Peter Maydell
2016-06-07
2
-2
/
+0
|
*
|
qdev: Clean up around properties
Cao jin
2016-06-07
1
-2
/
+8
|
*
|
ICH9: fix typo
Cao jin
2016-06-07
1
-2
/
+2
*
|
|
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2016-06-07
4
-37
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
block: Move BlockRequest type to io.c
Eric Blake
2016-06-07
1
-21
/
+0
|
*
|
iostatus: fix comments for block_job_iostatus_reset
Changlong Xie
2016-06-07
1
-1
/
+1
|
*
|
block/io: Remove unused bdrv_aio_write_zeroes()
Kevin Wolf
2016-06-07
1
-3
/
+0
|
*
|
virtio: drop duplicate virtio_queue_get_id() function
Stefan Hajnoczi
2016-06-07
1
-1
/
+0
|
*
|
virtio-scsi: Remove op blocker for dataplane
Fam Zheng
2016-06-07
1
-11
/
+0
|
|
/
*
|
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2016-06-07
12
-80
/
+104
|
\
\
|
*
|
virtio: move bi-endian target support to a single location
Greg Kurz
2016-06-07
1
-1
/
+5
|
*
|
pc-dimm: introduce realize callback
Xiao Guangrong
2016-06-07
1
-0
/
+3
|
*
|
pc-dimm: get memory region from ->get_memory_region()
Xiao Guangrong
2016-06-07
1
-1
/
+2
|
*
|
acpi: make bios_linker_loader_add_checksum() API offset based
Igor Mammedov
2016-06-07
1
-2
/
+2
|
*
|
acpi: make bios_linker_loader_add_pointer() API offset based
Igor Mammedov
2016-06-07
1
-2
/
+3
|
*
|
acpi: cleanup bios_linker_loader_cleanup()
Igor Mammedov
2016-06-07
1
-1
/
+1
|
*
|
acpi: simplify bios_linker API by removing redundant 'table' argument
Igor Mammedov
2016-06-07
2
-4
/
+5
|
*
|
acpi: convert linker from GArray to BIOSLinker structure
Igor Mammedov
2016-06-07
3
-9
/
+15
|
*
|
pc: use AcpiDeviceIfClass.send_event to issue GPE events
Igor Mammedov
2016-06-07
4
-9
/
+12
|
*
|
acpi: extend ACPI interface to provide send_event hook
Igor Mammedov
2016-06-07
2
-8
/
+13
|
*
|
ipmi: rework the fwinfo to be fetched from the interface
Corey Minyard
2016-06-07
1
-35
/
+39
|
*
|
pc: acpi: simplify build_legacy_cpu_hotplug_aml() signature
Igor Mammedov
2016-06-07
1
-1
/
+1
|
*
|
pc: acpi: mark current CPU hotplug functions as legacy
Igor Mammedov
2016-06-07
1
-6
/
+6
|
*
|
pc: acpi: cpu-hotplug: make AML CPU_foo defines local to cpu_hotplug_acpi_tab...
Igor Mammedov
2016-06-07
1
-7
/
+0
|
*
|
pc: acpi: consolidate CPU hotplug AML
Igor Mammedov
2016-06-07
1
-1
/
+2
|
*
|
acpi: add aml_refof()
Igor Mammedov
2016-06-07
1
-0
/
+1
|
*
|
acpi: add aml_debug()
Igor Mammedov
2016-06-07
1
-0
/
+1
|
|
/
*
|
spapr_pci: Add and export DMA resetting helper
Alexey Kardashevskiy
2016-06-07
1
-0
/
+2
*
|
spapr_iommu: Add root memory region
Alexey Kardashevskiy
2016-06-07
1
-1
/
+1
*
|
spapr_iommu: Migrate full state
Alexey Kardashevskiy
2016-06-07
1
-0
/
+3
[next]