Sign in
qemu
/
qemu
/
741da0d38b40b143724de320f4ed599402eece07
/
include
741da0d
hw: cannot include hw/hw.h from user emulation
by Paolo Bonzini
· 11 years ago
1e00b8d
hw: move CPU state serialization to migration/cpu.h
by Paolo Bonzini
· 9 years ago
cbd62f8
hw: do not use VMSTATE_*TL
by Paolo Bonzini
· 11 years ago
bdd9022
include: poison symbols in osdep.h
by Paolo Bonzini
· 9 years ago
d613f8c
apic: move target-dependent definitions to cpu.h
by Paolo Bonzini
· 9 years ago
7d0c99a
explicitly include qom/cpu.h
by Paolo Bonzini
· 9 years ago
8ea952d
arm: remove useless cpu.h inclusion
by Paolo Bonzini
· 11 years ago
aa5a9e2
ppc: use PowerPCCPU instead of CPUPPCState
by Paolo Bonzini
· 9 years ago
5a975d4
mips: use MIPSCPU instead of CPUMIPSState
by Paolo Bonzini
· 9 years ago
b4c1c6f
sh4: include cpu-qom.h in files that require SuperHCPU
by Paolo Bonzini
· 9 years ago
4669fcc
m68k: include cpu-qom.h in files that require M68KCPU
by Paolo Bonzini
· 9 years ago
16fd646
arm: include cpu-qom.h in files that require ARMCPU
by Paolo Bonzini
· 9 years ago
f2937a3
log: do not use CONFIG_USER_ONLY
by Paolo Bonzini
· 9 years ago
4b4629d
include: move CPU-related definitions out of qemu-common.h
by Paolo Bonzini
· 9 years ago
cb8d4c8
Fix some typos found by codespell
by Stefan Weil
· 9 years ago
cc2324d
smbios: fix typo
by Cao jin
· 9 years ago
bdc3f61
accel: make configure_accelerator return void
by Wei Jiangang
· 9 years ago
b996aed
ipack: Update e-mail address
by Alberto Garcia
· 9 years ago
ec60965
remove comment for nonexistent structure member
by Cao jin
· 9 years ago
9700230
s390x: enable runtime instrumentation
by Fan Zhang
· 9 years ago
946e55f
s390x: add compat machine for 2.7
by Cornelia Huck
· 9 years ago
70f87e0
Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160513-1' into staging
by Peter Maydell
· 9 years ago
3213525
tcg: Remove needless CPUState::current_tb
by Sergey Fedorov
· 9 years ago
6f789be
tcg: Rework tb_invalidated_flag
by Sergey Fedorov
· 9 years ago
9962c47
tcg: Clarify thread safety check in tb_add_jump()
by Sergey Fedorov
· 9 years ago
c37e6d7
tcg: Use uintptr_t type for jmp_list_{next|first} fields of TB
by Sergey Fedorov
· 9 years ago
f309101
tcg: Clean up direct block chaining data fields
by Sergey Fedorov
· 9 years ago
10b4f48
tcg: Note requirement on atomic direct jump patching
by Sergey Fedorov
· 9 years ago
7d14e0e
tcg/arm: Make direct jump patching thread-safe
by Sergey Fedorov
· 9 years ago
ed3d51e
tcg/s390: Make direct jump patching thread-safe
by Sergey Fedorov
· 9 years ago
0d07abf
tcg/i386: Make direct jump patching thread-safe
by Sergey Fedorov
· 9 years ago
76442a9
tci: Make direct jump patching thread-safe
by Sergey Fedorov
· 9 years ago
6b587d3
include/qemu/osdep.h: Add macros for pointer alignment
by Sergey Fedorov
· 9 years ago
18a60a7
include/qemu/osdep.h: Add a macro to check for alignment
by Sergey Fedorov
· 9 years ago
89fee74
tb: consistently use uint32_t for tb->flags
by Emilio G. Cota
· 9 years ago
f68419e
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
by Peter Maydell
· 9 years ago
e4f70d6
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160512' into staging
by Peter Maydell
· 9 years ago
39414ef
spice/gl: add & use qemu_spice_gl_monitor_config
by Gerd Hoffmann
· 9 years ago
98292c6
quorum: implement bdrv_add_child() and bdrv_del_child()
by Wen Congyang
· 9 years ago
e06018a
Add new block driver interface to add/delete a BDS's child
by Wen Congyang
· 9 years ago
465fe88
block: Honor BDRV_REQ_FUA during write_zeroes
by Eric Blake
· 9 years ago
4df863f
block: Make supported_write_flags a per-bds property
by Eric Blake
· 9 years ago
7b1deac
block: Kill unused sector-based blk_* functions
by Eric Blake
· 9 years ago
d4f510e
ide: Switch to byte-based aio block access
by Eric Blake
· 9 years ago
60cb2fa
block: Introduce byte-based aio read/write
by Eric Blake
· 9 years ago
983a160
block: Switch blk_*write_zeroes() to byte interface
by Eric Blake
· 9 years ago
b7d17f9
block: Switch blk_read_unthrottled() to byte interface
by Eric Blake
· 9 years ago
8341f00
block: Allow BDRV_REQ_FUA through blk_pwrite()
by Eric Blake
· 9 years ago
f249924
Allow users to specify the vmdk virtual hardware version.
by Janne Karhunen
· 9 years ago
e3ddef2
block: Remove BlockDriver.bdrv_read/write
by Kevin Wolf
· 9 years ago
3fb0669
block: Introduce .bdrv_co_preadv/pwritev BlockDriver function
by Kevin Wolf
· 9 years ago
cab3a35
block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writev
by Kevin Wolf
· 9 years ago
6b98bd6
block: plug whole tree at once, introduce bdrv_io_unplugged_begin/end
by Paolo Bonzini
· 9 years ago
ce0f141
block: introduce bdrv_no_throttling_begin/end
by Paolo Bonzini
· 9 years ago
a72f641
block: move restarting of throttled reqs to block/throttle-groups.c
by Paolo Bonzini
· 9 years ago
ec46eaa
i.MX: Add i.MX6 SOC implementation.
by Jean-Christophe DUBOIS
· 9 years ago
c906a3a
i.MX: Add the Freescale SPI Controller
by Jean-Christophe DUBOIS
· 9 years ago
53374b1
FIFO: Add a FIFO32 implementation
by Jean-Christophe DUBOIS
· 9 years ago
1983057
i.MX: Add i.MX6 System Reset Controller device.
by Jean-Christophe DUBOIS
· 9 years ago
64b8313
ACPI: move acpi_build_srat_memory to common place
by Shannon Zhao
· 9 years ago
ea9fcbd
ACPI: Fix the definition of proximity in AcpiSratMemoryAffinity
by Shannon Zhao
· 9 years ago
e6e400d
ACPI: Add GICC Affinity Structure
by Shannon Zhao
· 9 years ago
25caa94
gen-icount: Use tcg_set_insn_param
by Edgar E. Iglesias
· 9 years ago
68ab47e
qapi: Change visit_type_FOO() to no longer return partial objects
by Eric Blake
· 9 years ago
d9f62dd
qapi: Simplify semantics of visit_next_list()
by Eric Blake
· 9 years ago
15c2f66
qapi: Split visit_end_struct() into pieces
by Eric Blake
· 9 years ago
3bc97fd
qapi: Add visit_type_null() visitor
by Eric Blake
· 9 years ago
adfb264
qapi: Document visitor interfaces, add assertions
by Eric Blake
· 9 years ago
fc471c1
qapi: Consolidate QMP input visitor creation
by Eric Blake
· 9 years ago
42a502a
qmp: Drop dead command->type
by Eric Blake
· 9 years ago
983f52d
qapi-visit: Add visitor.type classification
by Eric Blake
· 9 years ago
51b9b47
qom: -object error messages lost location, restore it
by Markus Armbruster
· 9 years ago
54e18d3
event-notifier: Add "is_external" parameter
by Fam Zheng
· 9 years ago
bcd82a9
iohandler: Introduce iohandler_get_aio_context
by Fam Zheng
· 9 years ago
b065e27
virtio-input: support absolute axis config in pass-through
by Ladi Prosek
· 9 years ago
441330f
move const_le{16, 23} to qemu/bswap.h, add comment
by Gerd Hoffmann
· 9 years ago
a263bac
virtio-input: add parenthesis to const_le{16, 32}
by Gerd Hoffmann
· 9 years ago
a77fd4b
block: Fix bdrv_drain in coroutine
by Fam Zheng
· 9 years ago
ca58b45
ui/virtio-gpu: add and use qemu_create_displaysurface_pixman
by Gerd Hoffmann
· 9 years ago
a378b49
virtio: merge virtio_queue_aio_set_host_notifier_handler with virtio_queue_set_aio
by Paolo Bonzini
· 9 years ago
a8f2e5c
virtio-scsi: use aio handler for data plane
by Paolo Bonzini
· 9 years ago
8a2fad5
virtio-blk: use aio handler for data plane
by Michael S. Tsirkin
· 9 years ago
344dc16
virtio: add aio handler
by Michael S. Tsirkin
· 9 years ago
43c696a
virtio-scsi: fix disabled mode
by Paolo Bonzini
· 9 years ago
eb41cf7
virtio-blk: fix disabled mode
by Paolo Bonzini
· 9 years ago
2b2cbca
virtio: make virtio_queue_notify_vq static
by Paolo Bonzini
· 9 years ago
bab47d9
Sort the fw_cfg file list
by Gerd Hoffmann
· 9 years ago
8d0ac88
acpi: Add missing GCC_FMT_ATTR
by Stefan Weil
· 9 years ago
cc621a9
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 9 years ago
ca47a92
include/qemu/atomic: add compile time asserts
by Alex Bennée
· 9 years ago
b89485a
update Linux headers to 4.6
by Paolo Bonzini
· 9 years ago
f40eb92
spapr_drc: enable immediate detach for unsignalled devices
by Michael Roth
· 9 years ago
5c94b2a
ppc: Rework POWER7 & POWER8 exception model
by Cédric Le Goater
· 9 years ago
99affd1
log: move qemu_log_close/qemu_log_flush from header to log.c
by Denis V. Lunev
· 9 years ago
29039ac
kvm: add kvm_device_supported() helper function
by Peter Xu
· 9 years ago
489ef4c
Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160329-2' into staging
by Peter Maydell
· 9 years ago
09cf9db
block: Remove bdrv_(set_)enable_write_cache()
by Kevin Wolf
· 9 years ago
61de4c6
block: Remove BDRV_O_CACHE_WB
by Kevin Wolf
· 9 years ago
53e8ae0
block: Remove bdrv_parse_cache_flags()
by Kevin Wolf
· 9 years ago
93f5e6d
block: Introduce bdrv_co_writev_flags()
by Kevin Wolf
· 9 years ago
Next »