index
:
~fziglio/qemu
master
virgl-spice
Qemu experimental branch
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-11
build-sys: don't include windows.h, osdep.h does it
Marc-André Lureau
1
-4
/
+0
2019-01-11
scsi: esp: Defer command completion until previous interrupts have been handled
Guenter Roeck
4
-9
/
+31
2019-01-11
esp-pci: Fix status register write erase control
Guenter Roeck
1
-3
/
+3
2019-01-11
block/iscsi: cancel libiscsi task when ABORT TASK TMF completes
Stefan Hajnoczi
1
-2
/
+14
2019-01-11
block/iscsi: fix ioctl cancel use-after-free
Stefan Hajnoczi
1
-3
/
+18
2019-01-11
block/iscsi: take iscsilun->mutex in iscsi_timed_check_events()
Stefan Hajnoczi
1
-0
/
+4
2019-01-11
block/iscsi: drop unused IscsiAIOCB->buf field
Stefan Hajnoczi
1
-8
/
+0
2019-01-11
hax: Support for Linux hosts
Alexandro Sanchez Bach
4
-6
/
+6
2019-01-11
memory: update coalesced_range on transaction_commit
Paolo Bonzini
1
-4
/
+16
2019-01-11
memory: avoid unnecessary coalesced_io_del operations
Paolo Bonzini
1
-0
/
+11
2019-01-11
memory: extract flat_range_coalesced_io_{del,add}
Paolo Bonzini
1
-24
/
+29
2019-01-11
pam: wrap MemoryRegion initialization in a transaction
Paolo Bonzini
1
-0
/
+2
2019-01-11
checkpatch: colorize output to terminal
Paolo Bonzini
1
-7
/
+42
2019-01-11
checkpatch: improve handling of multiple patches or files
Paolo Bonzini
1
-7
/
+23
2019-01-11
checkpatch: check Signed-off-by in --mailback mode
Paolo Bonzini
1
-3
/
+4
2019-01-11
checkpatch: fix premature exit when no input or --mailback
Paolo Bonzini
1
-3
/
+3
2019-01-11
accel: Improve selection of the default accelerator
Thomas Huth
3
-5
/
+17
2019-01-10
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.0-pull-re...
Peter Maydell
1
-4
/
+57
2019-01-10
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190110-pull-request' i...
Peter Maydell
15
-256
/
+367
2019-01-10
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque...
Peter Maydell
17
-20
/
+14
2019-01-10
Merge remote-tracking branch 'remotes/famz/tags/staging-pull-request' into st...
Peter Maydell
2
-10
/
+10
2019-01-10
linux-user: make pwrite64/pread64(fd, NULL, 0, offset) return 0
Peter Maydell
1
-4
/
+18
2019-01-10
Add getsockopt for settable SOL_IPV6 options
Tom Deseyn
1
-0
/
+39
2019-01-10
spice: Remove unused include
Frediano Ziglio
1
-1
/
+0
2019-01-10
keymaps: drop support for include files
Gerd Hoffmann
1
-4
/
+3
2019-01-10
keymaps: remove common include
Gerd Hoffmann
4
-177
/
+352
2019-01-10
keymaps: drop nl-be map
Gerd Hoffmann
2
-4
/
+1
2019-01-10
keymaps: remove modifiers include
Gerd Hoffmann
3
-20
/
+19
2019-01-10
ui/console: Remove qemu_create_display_surface_guestmem()
Peter Maydell
2
-40
/
+0
2019-01-10
configure: bump spice-server required version to 0.12.5
Marc-André Lureau
5
-28
/
+2
2019-01-10
egl-headless: add egl_create_context
Gerd Hoffmann
1
-1
/
+9
2019-01-09
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190109' into...
Peter Maydell
42
-655
/
+1927
2019-01-09
ioapic: use TYPE_FOO MACRO than constant string
Li Qiang
4
-4
/
+7
2019-01-09
trivial: Don't include isa.h if it is not really necessary
Thomas Huth
9
-9
/
+0
2019-01-09
hw/audio/marvell: Don't include unnecessary i2c.h header file
Thomas Huth
1
-1
/
+0
2019-01-09
qom: Include qemu/fprintf-fn.h in cpu.h
Priit Laes
1
-0
/
+1
2019-01-09
hw/core: fix whitespace in a sentence
Wainer dos Santos Moschetta
1
-1
/
+1
2019-01-09
typedefs: (Re-)sort entries alphabetically
Eric Blake
1
-5
/
+5
2019-01-09
docker: Use a stable snapshot for Debian Sid
Philippe Mathieu-Daudé
1
-0
/
+4
2019-01-09
block/nvme: optimize the performance of nvme driver based on vfio-pci
Li Feng
1
-10
/
+6
2019-01-09
spapr: enable XIVE MMIOs at reset
Cédric Le Goater
3
-0
/
+19
2019-01-09
spapr: introduce a new sPAPR IRQ backend supporting XIVE and XICS
Cédric Le Goater
4
-3
/
+198
2019-01-09
ppc/xics: allow ICSState to have an offset 0
Cédric Le Goater
1
-2
/
+1
2019-01-09
spapr: move the qemu_irq array under the machine
Cédric Le Goater
8
-11
/
+29
2019-01-09
pnv/psi: move the ICSState qemu_irq array under the PSI device model
Cédric Le Goater
2
-3
/
+5
2019-01-09
ppc: export the XICS and XIVE set_irq handlers
Cédric Le Goater
5
-3
/
+7
2019-01-09
spapr: return from post_load method when RTC import fails
Cédric Le Goater
1
-2
/
+7
2019-01-09
ppc: replace the 'Object *intc' by a 'ICPState *icp' pointer under the CPU
Cédric Le Goater
7
-16
/
+17
2019-01-09
ppc/xive: introduce a XiveTCTX pointer under PowerPCCPU
Cédric Le Goater
4
-8
/
+15
2019-01-09
spapr: modify the prototype of the cpu_intc_create() method
Cédric Le Goater
6
-20
/
+47
[next]