index
:
~jjongsma/qemu
vsock
qemu patches for jjongsma
jjongsma
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-14
qmp: introduce query-memory-size-summary command
Vadim Galitsyn
1
-0
/
+1
2017-09-14
hmp: extend "info numa" with hotplugged memory information
Vadim Galitsyn
2
-1
/
+7
2017-09-08
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
10
-9
/
+38
2017-09-08
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20170908' int...
Peter Maydell
4
-0
/
+70
2017-09-08
fw_cfg: rename read callback
Marc-André Lureau
2
-4
/
+5
2017-09-08
pci: add reserved slot check to do_pci_register_device()
Mark Cave-Ayland
1
-0
/
+1
2017-09-08
vmgenid: replace x-write-pointer-available hack
Marc-André Lureau
3
-5
/
+2
2017-09-08
hw/pci: add QEMU-specific PCI capability to the Generic PCI Express Root Port
Aleksandr Bezzubikov
1
-0
/
+1
2017-09-08
hw/pci: introduce bridge-only vendor-specific capability to provide some hint...
Aleksandr Bezzubikov
1
-0
/
+25
2017-09-08
hw/pci: introduce pcie-pci-bridge device
Aleksandr Bezzubikov
1
-0
/
+1
2017-09-08
pc: add 2.11 machine types
Marcel Apfelbaum
1
-0
/
+3
2017-09-08
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
2
-1
/
+6
2017-09-08
qemu-iothread: IOThread supports the GMainContext event loop
Wang Yong
1
-0
/
+4
2017-09-08
net/net: Convert parse_host_port() to Error
Mao Zhongyi
1
-1
/
+2
2017-09-08
PPC: KVM: Support machine option to set VSMT mode
Sam Bobroff
1
-0
/
+1
2017-09-08
ppc4xx_i2c: QOMify
BALATON Zoltan
1
-0
/
+61
2017-09-08
ppc4xx: Make MAL emulation more generic
BALATON Zoltan
1
-1
/
+2
2017-09-08
ppc4xx: Move MAL from ppc405_uc to ppc4xx_devs
BALATON Zoltan
1
-0
/
+2
2017-09-08
ppc: spapr: Make VCPU ID handling private to SPAPR
Sam Bobroff
1
-0
/
+3
2017-09-08
hw/ppc: CAS reset on early device hotplug
Daniel Henrique Barboza
1
-0
/
+1
2017-09-08
hw/ppc: clear pending_events on machine reset
Daniel Henrique Barboza
1
-0
/
+1
2017-09-07
tcg/s390: Use constant pool for movi
Richard Henderson
1
-1
/
+2
2017-09-07
tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.h
Richard Henderson
1
-92
/
+3
2017-09-07
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-09-06' into st...
Peter Maydell
2
-2
/
+53
2017-09-07
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170907'...
Peter Maydell
3
-1
/
+18
2017-09-07
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170906a'...
Peter Maydell
1
-14
/
+22
2017-09-07
Merge remote-tracking branch 'remotes/rth/tags/pull-tgt-20170906' into staging
Peter Maydell
2
-29
/
+144
2017-09-07
boards.h: Define new flag ignore_memory_transaction_failures
Peter Maydell
2
-1
/
+17
2017-09-07
nvic: Add NS alias SCS region
Peter Maydell
1
-0
/
+1
2017-09-07
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
6
-46
/
+115
2017-09-06
nbd: Use new qio_channel_*_all() functions
Eric Blake
1
-2
/
+0
2017-09-06
io: Add new qio_channel_read{, v}_all_eof functions
Eric Blake
1
-0
/
+53
2017-09-06
tcg: Add generic translation framework
Lluís Vilanova
1
-0
/
+104
2017-09-06
target: [tcg] Use a generic enum for DISAS_ values
Lluís Vilanova
2
-30
/
+40
2017-09-06
tcg: Add generic DISAS_NORETURN
Richard Henderson
1
-0
/
+1
2017-09-06
host-utils: Simplify pow2ceil()
Markus Armbruster
1
-9
/
+14
2017-09-06
host-utils: Proactively fix pow2floor(), switch to unsigned
Markus Armbruster
1
-5
/
+8
2017-09-06
block: add throttle block filter driver
Manos Pitsidianakis
2
-0
/
+6
2017-09-05
tests: Use real size for iov tests
Juan Quintela
1
-6
/
+0
2017-09-05
block: convert ThrottleGroup to object with QOM
Manos Pitsidianakis
3
-19
/
+46
2017-09-05
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-0
/
+31
2017-09-05
block: add aio_context field in ThrottleGroupMember
Manos Pitsidianakis
1
-1
/
+6
2017-09-05
block: move ThrottleGroup membership to ThrottleGroupMember
Manos Pitsidianakis
2
-24
/
+35
2017-09-05
Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-20170905-2' into...
Peter Maydell
2
-11
/
+93
2017-09-05
io: add new qio_channel_{readv, writev, read, write}_all functions
Daniel P. Berrange
1
-0
/
+90
2017-09-05
io: fix typo in docs comment for qio_channel_read
Daniel P. Berrange
1
-1
/
+1
2017-09-05
util: remove the obsolete non-blocking connect
Cao jin
1
-10
/
+2
2017-09-05
block: document semantics of bdrv_co_preadv|pwritev
Daniel P. Berrange
1
-0
/
+31
2017-09-05
block: document semantics of bdrv_co_preadv|pwritev
Daniel P. Berrange
1
-0
/
+31
2017-09-04
block: add default implementations for bdrv_co_get_block_status()
Manos Pitsidianakis
1
-0
/
+18
[next]