Sign in
qemu
/
qemu
/
5cf0f48d2aa860877c992030854540ba82dfe8fa
5cf0f48
migration/postcopy: Explicitly disallow huge pages
by Dr. David Alan Gilbert
· 8 years ago
863e962
RAMBlocks: Store page size
by Dr. David Alan Gilbert
· 8 years ago
2ebeaec
Postcopy vs xbzrle: Don't send xbzrle pages once in postcopy [for 2.8]
by Dr. David Alan Gilbert
· 9 years ago
091ecc8
migrate: Fix bounds check for migration parameters in migration.c
by Ashijeet Acharya
· 8 years ago
7f375e0
migrate: Use boxed qapi for migrate-set-parameters
by Eric Blake
· 8 years ago
de63ab6
migrate: Share common MigrationParameters struct
by Eric Blake
· 8 years ago
bb2b777
migrate: Fix cpu-throttle-increment regression in HMP
by Eric Blake
· 8 years ago
cd5ea07
migration/rdma: Don't flag an error when we've been told about one
by Dr. David Alan Gilbert
· 8 years ago
ccb783c
migration: Make failed migration load set file error
by Dr. David Alan Gilbert
· 8 years ago
12c67ff
migration/rdma: Pass qemu_file errors across link
by Dr. David Alan Gilbert
· 8 years ago
49228e1
migration: Report values for comparisons
by Dr. David Alan Gilbert
· 8 years ago
a177107
migration: report an error giving the failed field
by Dr. David Alan Gilbert
· 8 years ago
6aa5a36
Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20161013-1' into staging
by Peter Maydell
· 8 years ago
692d88b
Revert "char: use a fixed idx for child muxed chr"
by Marc-André Lureau
· 8 years ago
c966202
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20161013' into staging
by Peter Maydell
· 8 years ago
2a57c55
input-linux: initialize key state
by Gerd Hoffmann
· 8 years ago
dbee989
ui: rename vnc_init_state to vnc_start_protocol
by Daniel P. Berrange
· 8 years ago
90cd03a
ui: move some initialization out of vnc_init_state
by Daniel P. Berrange
· 8 years ago
2df2041
ui: remove bogus call to reset_keys() in vnc_init_state
by Daniel P. Berrange
· 8 years ago
f54195d
ui: remove bogus call to graphic_hw_update() in vnc_listen_io
by Daniel P. Berrange
· 8 years ago
eda24e1
ui: refactor method for setting up VncDisplay auth types
by Daniel P. Berrange
· 8 years ago
bf01c17
ui: rename misleading 'VncDisplay' variables
by Daniel P. Berrange
· 8 years ago
38e5756
ui: remove 'ws_tls' field from VncState
by Daniel P. Berrange
· 8 years ago
12b2806
ui: remove 'enabled' and 'ws_enabled' fields from VncState
by Daniel P. Berrange
· 8 years ago
ecccaea
ui: remove misleading comment from vnc_init_state
by Daniel P. Berrange
· 8 years ago
2e68f28
ppc: Check the availability of transactional memory
by Thomas Huth
· 8 years ago
45a4f18
hw/ppc/spapr: Fix the selection of the processor features
by Thomas Huth
· 8 years ago
5c17966
hw/ppc/spapr: Move code related to "ibm,pa-features" to a separate function
by Thomas Huth
· 8 years ago
6ff3ab0
linux-headers: update
by Cornelia Huck
· 9 years ago
c264a88
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20161012-1' into staging
by Peter Maydell
· 8 years ago
d5c4285
usb-redir: allocate buffers before waking up the host adapter
by Hans de Goede
· 8 years ago
6998b6c7
usb: Fix incorrect default DMA offset.
by Vijay Kumar B
· 8 years ago
0136464
usb: fix serial generator
by Gerd Hoffmann
· 8 years ago
070eeef
xhci: make xhci_epid_to_usbep accept XHCIEPContext
by Gerd Hoffmann
· 8 years ago
d6fcb29
xhci: drop XHCITransfer->{slotid,epid}
by Gerd Hoffmann
· 8 years ago
3a533ee
xhci: add & use xhci_kick_epctx()
by Gerd Hoffmann
· 8 years ago
5612564
xhci: drop XHCITransfer->xhci
by Gerd Hoffmann
· 8 years ago
94b037f
xhci: use linked list for transfers
by Gerd Hoffmann
· 8 years ago
7512b13
xhci: drop unused comp_xfer field
by Gerd Hoffmann
· 8 years ago
1fe163f
xhci: decouple EV_QUEUE from TD_QUEUE
by Gerd Hoffmann
· 8 years ago
05f43d4
xhci: limit the number of link trbs we are willing to process
by Gerd Hoffmann
· 8 years ago
ae4b28a
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
by Peter Maydell
· 8 years ago
f5e2b3b
trace: Add missing execution mode of guest events
by Lluís Vilanova
· 8 years ago
80dd5c4
trace: introduce a formal group name for trace events
by Daniel P. Berrange
· 8 years ago
0bc6484
trace: pass trace-events to tracetool as a positional param
by Daniel P. Berrange
· 8 years ago
9096b78
trace: push reading of events up a level to tracetool main
by Daniel P. Berrange
· 8 years ago
d1b97bc
trace: rename _read_events to read_events
by Daniel P. Berrange
· 8 years ago
3477018
trace: get rid of generated-events.h/generated-events.c
by Daniel P. Berrange
· 8 years ago
ca3fa0e
trace: dynamically allocate event IDs at runtime
by Daniel P. Berrange
· 8 years ago
b7d4895
trace: dynamically allocate trace_dstate in CPUState
by Daniel P. Berrange
· 8 years ago
fe4db84
trace: provide mechanism for registering trace events
by Daniel P. Berrange
· 8 years ago
8ed5372
trace: don't abort qemu if ftrace can't be initialized
by Daniel P. Berrange
· 8 years ago
7f1b588
trace: emit name <-> ID mapping in simpletrace header
by Daniel P. Berrange
· 8 years ago
ef4c9fc
trace: remove the TraceEventID and TraceEventVCPUID enums
by Daniel P. Berrange
· 8 years ago
79218be
trace: give each trace event a named TraceEvent struct
by Daniel P. Berrange
· 8 years ago
a82417b
trace: break circular dependency in event-internal.h
by Daniel P. Berrange
· 8 years ago
99672c7
trace: remove duplicate control.h includes in generated-tracers.h
by Daniel P. Berrange
· 8 years ago
9397740
trace: remove global 'uint16 dstate[]' array
by Daniel P. Berrange
· 8 years ago
599ab2f
trace: remove some now unused functions
by Daniel P. Berrange
· 8 years ago
0d4e995
trace: convert code to use event iterators
by Daniel P. Berrange
· 8 years ago
6a1b0f3
trace: add trace event iterator APIs
by Daniel P. Berrange
· 8 years ago
170f75a
trace: move colo trace events to net/ sub-directory
by Daniel P. Berrange
· 8 years ago
6b39b06
build: Work around SIZE_MAX bug in OSX headers
by Eric Blake
· 8 years ago
627eae7
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 8 years ago
0f183e6
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
by Peter Maydell
· 8 years ago
a20fd90
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into staging
by Peter Maydell
· 8 years ago
0cb0155
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-10-07' into staging
by Peter Maydell
· 8 years ago
86e121a
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 8 years ago
dea651a
intel-iommu: Check IOAPIC's Trigger Mode against the one in IRTE
by Feng Wu
· 8 years ago
5705653
virtio: cleanup VMSTATE_VIRTIO_DEVICE
by Halil Pasic
· 8 years ago
81cc8a6
vhost-vsock: convert VMSTATE_VIRTIO_DEVICE
by Halil Pasic
· 8 years ago
b7de81f
virtio-rng: convert VMSTATE_VIRTIO_DEVICE
by Halil Pasic
· 8 years ago
c5dc16b
virtio-balloon: convert VMSTATE_VIRTIO_DEVICE
by Halil Pasic
· 8 years ago
f20476b
virtio-scsi: convert VMSTATE_VIRTIO_DEVICE
by Halil Pasic
· 8 years ago
73a1734
virtio-input: convert VMSTATE_VIRTIO_DEVICE
by Halil Pasic
· 8 years ago
8a502ef
virtio-gpu: convert VMSTATE_VIRTIO_DEVICE
by Halil Pasic
· 8 years ago
97eed24
virtio-serial: convert VMSTATE_VIRTIO_DEVICE
by Halil Pasic
· 8 years ago
dcaf8dd
virtio-9p: convert VMSTATE_VIRTIO_DEVICE
by Halil Pasic
· 8 years ago
4d45dcf
virtio-net: convert VMSTATE_VIRTIO_DEVICE
by Halil Pasic
· 8 years ago
977a117
virtio-blk: convert VMSTATE_VIRTIO_DEVICE
by Halil Pasic
· 8 years ago
1a66585
virtio: prepare change VMSTATE_VIRTIO_DEVICE macro
by Halil Pasic
· 8 years ago
0a73336
net: don't poke at chardev internal QemuOpts
by Daniel P. Berrange
· 8 years ago
ad14a46
virtio-scsi: handle virtio_scsi_set_config() error
by Greg Kurz
· 8 years ago
661e32f
virtio-scsi: convert virtio_scsi_bad_req() to use virtio_error()
by Greg Kurz
· 8 years ago
fa5e56c
virtio-net: handle virtio_net_flush_tx() errors
by Greg Kurz
· 8 years ago
ba10b9c
virtio-net: handle virtio_net_receive() errors
by Greg Kurz
· 8 years ago
ba7eadb
virtio-net: handle virtio_net_handle_ctrl() error
by Greg Kurz
· 8 years ago
20ea686
virtio-blk: handle virtio_blk_handle_request() errors
by Greg Kurz
· 8 years ago
d3d74d6
virtio-9p: handle handle_9p_output() error
by Greg Kurz
· 8 years ago
d14dde5
virtio-blk: make some functions static
by Greg Kurz
· 8 years ago
e858289
virtio-9p: add parentheses to sizeof operator
by Greg Kurz
· 8 years ago
d4c19cd
virtio-serial: add missing virtio_detach_element() call
by Stefan Hajnoczi
· 8 years ago
97b93c8
virtio-blk: add missing virtio_detach_element() call
by Stefan Hajnoczi
· 8 years ago
2640d2a
virtio: add virtio_detach_element()
by Stefan Hajnoczi
· 8 years ago
af78c91
tests: acpi tables expected blobs update
by Igor Mammedov
· 8 years ago
d6309c1
tests: acpi: extend cphp testcase with numa check
by Igor Mammedov
· 8 years ago
2711193
acpi: provide _PXM method for CPU devices if QEMU is started numa enabled
by Igor Mammedov
· 8 years ago
6bea1dd
numa: reduce code duplication by adding helper numa_get_node_for_cpu()
by Igor Mammedov
· 8 years ago
a06b1da
virtio-serial: enable virtio console emergency write feature
by Sascha Silbe
· 8 years ago
09da01c
virtio-serial: add plumbing for virtio console emergency write support
by Sascha Silbe
· 8 years ago
Next »