Sign in
qemu
/
qemu
/
83c68e149a9365a3db6de751f219ad1d79928462
/
Makefile.objs
88554a2
build: Deal with all of QAPI's .o in qapi/Makefile.objs
by Markus Armbruster
· 6 years ago
c19099f
build-sys: move qmp-introspect per target
by Marc-André Lureau
· 6 years ago
5d75648
qapi: Generate QAPIEvent stuff into separate files
by Markus Armbruster
· 6 years ago
7fce717
slirp: replace trace functions with DEBUG calls
by Marc-André Lureau
· 6 years ago
1fdf399
build-sys: use a separate slirp-obj-y && slirp.mo
by Marc-André Lureau
· 6 years ago
9a50b0e
slirp: add tftp tracing
by Gerd Hoffmann
· 6 years ago
805f61b
hw/gpio/nrf51_gpio: Add nRF51 GPIO peripheral
by Steffen Görtz
· 6 years ago
4a5c990
qapi: Define new QMP message for pvrdma
by Yuval Shaia
· 6 years ago
a5d2f6f
contrib/rdmacm-mux: Add implementation of RDMA User MAD multiplexer
by Yuval Shaia
· 6 years ago
bf582c3
qapi: Reduce Makefile boilerplate
by Eric Blake
· 6 years ago
3fa2d38
contrib: add elf2dmp tool
by Viktor Prutyanov
· 6 years ago
050c2ea
hw/watchdog/cmsdk_apb_watchdog: Implement CMSDK APB watchdog module
by Peter Maydell
· 6 years ago
08bb9b3
hw/i2c: Add trace events
by Philippe Mathieu-Daudé
· 7 years ago
eb7ccb3
trace: Sort trace-events-subdirs
by Philippe Mathieu-Daudé
· 7 years ago
1a90bc8
job: Add lifecycle QMP commands
by Kevin Wolf
· 7 years ago
bf42508
job: Introduce qapi/job.json
by Kevin Wolf
· 7 years ago
33e9e9b
job: Create Job, JobDriver and job_create()
by Kevin Wolf
· 7 years ago
08a05b3
build: enable audio modules
by Gerd Hoffmann
· 7 years ago
0ab4537
Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-03-07-1' into staging
by Peter Maydell
· 7 years ago
ec42749
tpm: convert tpm_crb.c to use trace-events
by Stefan Berger
· 7 years ago
4ee02f5
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180305-pull-request' into staging
by Peter Maydell
· 7 years ago
61b4d9a
console: add ui module loading support
by Gerd Hoffmann
· 7 years ago
eb815e2
qapi: Move qapi-schema.json to qapi/, rename generated files
by Markus Armbruster
· 7 years ago
112ed24
qapi: Empty out qapi-schema.json
by Markus Armbruster
· 7 years ago
252dc31
qapi: Generate separate .h, .c for each module
by Markus Armbruster
· 7 years ago
cdb6610
qapi/types qapi/visit: Generate built-in stuff into separate files
by Markus Armbruster
· 7 years ago
834a3f3
qapi: Rename generated qmp-marshal.c to qmp-commands.c
by Markus Armbruster
· 7 years ago
919ae3d
hw/rdma: Implementation of PVRDMA device
by Yuval Shaia
· 7 years ago
ef6d4cc
hw/rdma: Implementation of generic rdma device layers
by Yuval Shaia
· 7 years ago
4b402e0
cuda: convert to trace-events
by Mark Cave-Ayland
· 7 years ago
a72bd60
hw/hppa: Implement DINO system board
by Helge Deller
· 7 years ago
bfec08b
sabre: convert from SABRE_DPRINTF macro to trace-events
by Mark Cave-Ayland
· 7 years ago
406d2aa
contrib/vhost-user-blk: introduce a vhost-user-blk sample application
by Changpeng Liu
· 7 years ago
8bcf1c7
sparc64: introduce trace-events for hw/sparc64
by Mark Cave-Ayland
· 7 years ago
c39f95d
tpm: add stubs
by Philippe Mathieu-Daudé
· 7 years ago
d59a031
build-sys: make vhost-user-scsi depend on libvhost-user.a
by Marc-André Lureau
· 7 years ago
7c9e527
scsi, file-posix: add support for persistent reservation management
by Paolo Bonzini
· 7 years ago
e5b5728
scsi: move non-emulation specific code to scsi/
by Paolo Bonzini
· 7 years ago
3eee261
IDE: replace DEBUG_IDE with tracing system
by John Snow
· 7 years ago
c3883e1
buildsys: Move seccomp cflags/libs to per object
by Fam Zheng
· 7 years ago
b1449ed
configure: Don't build ivshmem tools unless CONFIG_IVSHMEM is set
by Kamil Rytarowski
· 7 years ago
cbea0ac
backends: remove empty trace-events file
by Daniel P. Berrange
· 8 years ago
9588463
nbd: use generic trace subsystem instead of TRACE macro
by Vladimir Sementsov-Ogievskiy
· 8 years ago
5ddc648
Makefile: Move bootdevice.o to common-obj-y
by Thomas Huth
· 8 years ago
49cc034
vhost-user-scsi: Introduce a vhost-user-scsi sample application
by Felipe Franciosi
· 8 years ago
92229a5
accel: move kvm related accelerator files into accel/
by Yang Zhong
· 8 years ago
d9bb58e
tcg: move tcg related files into accel/tcg/ subdirectory
by Yang Zhong
· 8 years ago
a9ded60
accel: split the tcg accelerator from accel.c file
by Yang Zhong
· 8 years ago
6b10e57
char: move char devices to chardev/
by Marc-André Lureau
· 8 years ago
aa3544c
migration: Move page_cache.c to migration/
by Juan Quintela
· 8 years ago
b44a7fb
target-mips: replace few LOG_DISAS() with trace points
by Philippe Mathieu-Daudé
· 8 years ago
c2b38b2
block: move AioContext, QEMUTimer, main-loop to libqemuutil
by Paolo Bonzini
· 8 years ago
378af96
Add wctablet device
by Anatoli Huseu1
· 8 years ago
4e9f524
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
by Peter Maydell
· 8 years ago
32d955a
char: create chardev-obj-y
by Marc-André Lureau
· 8 years ago
0ab8ed1
trace: switch to modular code generation for sub-directories
by Daniel P. Berrange
· 8 years ago
9c58263
trace: move hw/i386/xen events to correct subdir
by Daniel P. Berrange
· 8 years ago
1416f9e
trace: move hw/xen events to correct subdir
by Daniel P. Berrange
· 8 years ago
de92831
trace: move hw/block/dataplane events to correct subdir
by Daniel P. Berrange
· 8 years ago
178fe0a
char: move to chardev/
by Marc-André Lureau
· 8 years ago
77424a4
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 8 years ago
c17a18e
build-sys: remove libtool left-over
by Marc-André Lureau
· 8 years ago
fcf5ef2
Move target-* CPU file into a target/ folder
by Thomas Huth
· 8 years ago
7b2e5c6
contrib: add libvhost-user
by Marc-André Lureau
· 8 years ago
c482cb1
tcg: Add atomic helpers
by Richard Henderson
· 9 years ago
ebfd93b
qapi: add trace events for visitor
by Daniel P. Berrange
· 8 years ago
194cbc4
target-arm: Add trace events for the generic timers
by Peter Maydell
· 8 years ago
cc9a366
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
by Peter Maydell
· 8 years ago
e97eb6f
trace: move hw/mem/pc-dimm.c trace points into correct file
by Daniel P. Berrange
· 8 years ago
267f685
cpus-common: move CPU list management to common code
by Paolo Bonzini
· 8 years ago
190b9a8
replication: Introduce new APIs to do replication operation
by Changlong Xie
· 8 years ago
8b5ed7d
intel_iommu: add support for split irqchip
by Peter Xu
· 8 years ago
f52347d
trace: split out trace events for linux-user/ directory
by Daniel P. Berrange
· 9 years ago
38b1eed
trace: split out trace events for qom/ directory
by Daniel P. Berrange
· 9 years ago
6dfba0e
trace: split out trace events for target-ppc/ directory
by Daniel P. Berrange
· 9 years ago
a4e21b3
trace: split out trace events for target-s390x/ directory
by Daniel P. Berrange
· 9 years ago
1cba9b2
trace: split out trace events for target-sparc/ directory
by Daniel P. Berrange
· 9 years ago
f3b0163
trace: split out trace events for net/ directory
by Daniel P. Berrange
· 9 years ago
66d7a36
trace: split out trace events for audio/ directory
by Daniel P. Berrange
· 9 years ago
357ac7f
trace: split out trace events for ui/ directory
by Daniel P. Berrange
· 9 years ago
4f92ce1
trace: split out trace events for hw/alpha/ directory
by Daniel P. Berrange
· 9 years ago
0b8276d
trace: split out trace events for hw/arm/ directory
by Daniel P. Berrange
· 9 years ago
65b5bd3
trace: split out trace events for hw/acpi/ directory
by Daniel P. Berrange
· 9 years ago
1cf6ebc
trace: split out trace events for hw/vfio/ directory
by Daniel P. Berrange
· 9 years ago
80aa71e
trace: split out trace events for hw/s390x/ directory
by Daniel P. Berrange
· 9 years ago
fec2813
trace: split out trace events for hw/pci/ directory
by Daniel P. Berrange
· 9 years ago
3054fba
trace: split out trace events for hw/ppc/ directory
by Daniel P. Berrange
· 9 years ago
d018a2e
trace: split out trace events for hw/9pfs/ directory
by Daniel P. Berrange
· 9 years ago
5eb76e4
trace: split out trace events for hw/i386/ directory
by Daniel P. Berrange
· 9 years ago
2b785e3
trace: split out trace events for hw/isa/ directory
by Daniel P. Berrange
· 9 years ago
1374aec
trace: split out trace events for hw/sd/ directory
by Daniel P. Berrange
· 9 years ago
f0b9e35
trace: split out trace events for hw/sparc/ directory
by Daniel P. Berrange
· 9 years ago
8101345
trace: split out trace events for hw/dma/ directory
by Daniel P. Berrange
· 9 years ago
c3e203f
trace: split out trace events for hw/timer/ directory
by Daniel P. Berrange
· 9 years ago
d1d5119
trace: split out trace events for hw/input/ directory
by Daniel P. Berrange
· 9 years ago
14750ef
trace: split out trace events for hw/display/ directory
by Daniel P. Berrange
· 9 years ago
ddc63e4
trace: split out trace events for hw/nvram/ directory
by Daniel P. Berrange
· 9 years ago
de4291c
trace: split out trace events for hw/scsi/ directory
by Daniel P. Berrange
· 9 years ago
7da2981
trace: split out trace events for hw/usb/ directory
by Daniel P. Berrange
· 9 years ago
6b5bacf
trace: split out trace events for hw/misc/ directory
by Daniel P. Berrange
· 9 years ago
Next »