index
:
~jjongsma/qemu
vsock
qemu patches for jjongsma
jjongsma
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-13
usb: only build usb-host with CONFIG_USB=y
Gerd Hoffmann
1
-1
/
+1
2017-09-13
usb: drop HOST_USB
Gerd Hoffmann
2
-8
/
+5
2017-09-13
MAINTAINERS: add missing USB entry
Philippe Mathieu-Daudé
1
-0
/
+1
2017-09-13
xhci: Avoid DMA when ERSTBA is set to zero
Alexey Kardashevskiy
1
-2
/
+2
2017-09-11
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' int...
Peter Maydell
4
-0
/
+0
2017-09-11
Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.11-pull-request'...
Peter Maydell
1
-22
/
+22
2017-09-11
Update OpenBIOS images to 314d4f8 built from submodule.
Mark Cave-Ayland
4
-0
/
+0
2017-09-10
target/m68k: Switch fpu_rom from make_floatx80() to make_floatx80_init()
Kamil Rytarowski
1
-22
/
+22
2017-09-08
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
33
-106
/
+622
2017-09-08
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20170908' int...
Peter Maydell
32
-2036
/
+1310
2017-09-08
fw_cfg: rename read callback
Marc-André Lureau
4
-19
/
+22
2017-09-08
pci: add reserved slot check to do_pci_register_device()
Mark Cave-Ayland
2
-3
/
+16
2017-09-08
pci: move check for existing devfn into new pci_bus_devfn_available() helper
Mark Cave-Ayland
1
-2
/
+8
2017-09-08
vmgenid: replace x-write-pointer-available hack
Marc-André Lureau
5
-13
/
+13
2017-09-08
vhost-user-bridge: fix resume regression (since 2.9)
Marc-André Lureau
1
-0
/
+7
2017-09-08
libvhost-user: support resuming vq->last_avail_idx based on used_idx
Marc-André Lureau
2
-0
/
+20
2017-09-08
acpi/vmgenid: change device category to misc
Yoni Bettan
1
-0
/
+1
2017-09-08
intel_iommu: fix missing BQL in pt fast path
Peter Xu
1
-0
/
+15
2017-09-08
docs: update documentation considering PCIE-PCI bridge
Aleksandr Bezzubikov
2
-23
/
+140
2017-09-08
hw/pci: add QEMU-specific PCI capability to the Generic PCI Express Root Port
Aleksandr Bezzubikov
2
-0
/
+37
2017-09-08
hw/pci: introduce bridge-only vendor-specific capability to provide some hint...
Aleksandr Bezzubikov
2
-0
/
+71
2017-09-08
hw/pci: introduce pcie-pci-bridge device
Aleksandr Bezzubikov
3
-1
/
+194
2017-09-08
Revert "ACPI: don't call acpi_pcihp_device_plug_cb on xen"
Anthony PERARD
1
-8
/
+3
2017-09-08
hw/acpi: Move acpi_set_pci_info to pcihp
Anthony PERARD
4
-32
/
+45
2017-09-08
hw/acpi: Limit hotplug to root bus on legacy mode
Anthony PERARD
1
-1
/
+1
2017-09-08
pc: add 2.11 machine types
Marcel Apfelbaum
3
-5
/
+26
2017-09-08
vhost: Release memory references on cleanup
Alex Williamson
1
-0
/
+4
2017-09-08
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
19
-323
/
+304
2017-09-08
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170907' into staging
Peter Maydell
25
-972
/
+1412
2017-09-08
Merge remote-tracking branch 'remotes/rth/tags/pull-pa-20170907' into staging
Peter Maydell
1
-446
/
+448
2017-09-08
Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20170907' into staging
Peter Maydell
5
-204
/
+180
2017-09-08
colo-compare: Update the COLO document to add the IOThread configuration
Wang Yong
1
-1
/
+2
2017-09-08
colo-compare: Use IOThread to Check old packet regularly and Process pactkets...
Wang Yong
1
-38
/
+45
2017-09-08
qemu-iothread: IOThread supports the GMainContext event loop
Wang Yong
2
-0
/
+49
2017-09-08
net/colo-compare.c: Fix comments and scheme
Zhang Chen
1
-28
/
+31
2017-09-08
net/colo-compare.c: Adjust net queue pop order for performance
Zhang Chen
1
-2
/
+2
2017-09-08
net/colo-compare.c: Optimize unpredictable tcp options comparison
Zhang Chen
1
-12
/
+27
2017-09-08
e1000: Rename the SEC symbol to SEQEC
Kamil Rytarowski
4
-5
/
+5
2017-09-08
net/socket: Improve -net socket error reporting
Mao Zhongyi
1
-48
/
+44
2017-09-08
net/net: Convert parse_host_port() to Error
Mao Zhongyi
3
-13
/
+34
2017-09-08
net/socket: Convert several helper functions to Error
Mao Zhongyi
1
-32
/
+50
2017-09-08
net/socket: Don't treat odd socket type as SOCK_STREAM
Mao Zhongyi
1
-3
/
+3
2017-09-08
MAINTAINERS: Update mail address for COLO Proxy
Zhang Chen
1
-1
/
+1
2017-09-08
net: rtl8139: do not use old_mmio accesses
Matt Parker
1
-50
/
+3
2017-09-08
net/rocker: Fix the unusual macro name
Mao Zhongyi
1
-9
/
+9
2017-09-08
net/rocker: Convert to realize()
Mao Zhongyi
1
-16
/
+11
2017-09-08
net/rocker: Plug memory leak in pci_rocker_init()
Mao Zhongyi
1
-1
/
+3
2017-09-08
net/rocker: Remove the dead error handling
Mao Zhongyi
5
-87
/
+6
2017-09-08
net/filter-rewriter.c: Fix rewirter checksum bug when use virtio-net
Zhang Chen
1
-2
/
+4
2017-09-08
ppc: spapr: Move VCPU ID calculation into sPAPR
Sam Bobroff
2
-15
/
+14
[next]