Show patches with: Archived = No       |   430827 patches
« 1 2 ... 2008 2009 20104308 4309 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[PULL,00/18] Chardev patches - - - - --- 2019-02-07 Marc-André Lureau New
tests/docker: add debian-buster-arm64-cross tests/docker: add debian-buster-arm64-cross - - - - --- 2019-02-07 Alex Bennée New
linux-user: fix emulation of accept4/getpeername/getsockname/recvfrom syscalls linux-user: fix emulation of accept4/getpeername/getsockname/recvfrom syscalls - - 1 - --- 2019-02-07 Andreas Schwab New
[PULLv4,32/32] slirp: API is extern C [PULLv4,01/32] slirp: Avoid unaligned 16bit memory access - - - - --- 2019-02-07 Samuel Thibault New
[PULLv4,31/32] slirp: pass opaque to all callbacks [PULLv4,01/32] slirp: Avoid unaligned 16bit memory access - - - - --- 2019-02-07 Samuel Thibault New
[PULLv4,30/32] slirp: use polling callbacks, drop glib requirement [PULLv4,01/32] slirp: Avoid unaligned 16bit memory access - - - - --- 2019-02-07 Samuel Thibault New
[PULLv4,29/32] slirp: remove slirp_instances list [PULLv4,01/32] slirp: Avoid unaligned 16bit memory access - - - - --- 2019-02-07 Samuel Thibault New
[PULLv4,28/32] slirp: replace global polling with per-instance & notifier [PULLv4,01/32] slirp: Avoid unaligned 16bit memory access - - - - --- 2019-02-07 Samuel Thibault New
[PULLv4,27/32] slirp: improve send_packet() callback [PULLv4,01/32] slirp: Avoid unaligned 16bit memory access - - - - --- 2019-02-07 Samuel Thibault New
[PULLv4,26/32] slirp: prefer c99 types over BSD kind [PULLv4,01/32] slirp: Avoid unaligned 16bit memory access - - - - --- 2019-02-07 Samuel Thibault New
[PULLv4,25/32] slirp: replace remaining qemu headers dependency [PULLv4,01/32] slirp: Avoid unaligned 16bit memory access - - - - --- 2019-02-07 Samuel Thibault New
[PULLv4,24/32] slirp: Move g_spawn_async_with_fds_qemu compatibility to slirp/ [PULLv4,01/32] slirp: Avoid unaligned 16bit memory access - - 1 - --- 2019-02-07 Samuel Thibault New
[PULLv4,23/32] slirp: replace QEMU_BUILD_BUG_ON with G_STATIC_ASSERT [PULLv4,01/32] slirp: Avoid unaligned 16bit memory access - - 4 - --- 2019-02-07 Samuel Thibault New
[PULLv4,22/32] slirp: replace qemu qtailq with slirp own copy [PULLv4,01/32] slirp: Avoid unaligned 16bit memory access - - - - --- 2019-02-07 Samuel Thibault New
[PULLv4,21/32] slirp: replace net/eth.h inclusion with own defines [PULLv4,01/32] slirp: Avoid unaligned 16bit memory access - - - - --- 2019-02-07 Samuel Thibault New
[PULLv4,20/32] slirp: remove now useless QEMU headers inclusions [PULLv4,01/32] slirp: Avoid unaligned 16bit memory access - - - - --- 2019-02-07 Samuel Thibault New
[PULLv4,19/32] slirp: remove qemu timer.h dependency [PULLv4,01/32] slirp: Avoid unaligned 16bit memory access - - - - --- 2019-02-07 Samuel Thibault New
[PULLv4,18/32] slirp: add slirp own version of pstrcpy [PULLv4,01/32] slirp: Avoid unaligned 16bit memory access - - - - --- 2019-02-07 Samuel Thibault New
[PULLv4,17/32] slirp: improve windows headers inclusion [PULLv4,01/32] slirp: Avoid unaligned 16bit memory access - - - - --- 2019-02-07 Samuel Thibault New
[PULLv4,16/32] slirp: do not include qemu headers in libslirp.h public API header [PULLv4,01/32] slirp: Avoid unaligned 16bit memory access - - - - --- 2019-02-07 Samuel Thibault New
[PULLv4,15/32] slirp: move QEMU state saving to a separate unit [PULLv4,01/32] slirp: Avoid unaligned 16bit memory access - - - - --- 2019-02-07 Samuel Thibault New
[PULLv4,14/32] slirp: replace qemu_notify_event() with a callback [PULLv4,01/32] slirp: Avoid unaligned 16bit memory access - - - - --- 2019-02-07 Samuel Thibault New
[PULLv4,13/32] slirp: add unregister_poll_fd() callback [PULLv4,01/32] slirp: Avoid unaligned 16bit memory access - - - - --- 2019-02-07 Samuel Thibault New
[PULLv4,12/32] slirp: replace qemu_set_nonblock() [PULLv4,01/32] slirp: Avoid unaligned 16bit memory access - - - - --- 2019-02-07 Samuel Thibault New
[PULLv4,11/32] slirp: replace most qemu socket utilities with slirp own version [PULLv4,01/32] slirp: Avoid unaligned 16bit memory access - - - - --- 2019-02-07 Samuel Thibault New
[PULLv4,10/32] slirp: replace QEMU_PACKED with SLIRP_PACKED [PULLv4,01/32] slirp: Avoid unaligned 16bit memory access - - - - --- 2019-02-07 Samuel Thibault New
[PULLv4,09/32] slirp: replace trace functions with DEBUG calls [PULLv4,01/32] slirp: Avoid unaligned 16bit memory access - - - - --- 2019-02-07 Samuel Thibault New
[PULLv4,08/32] slirp: add callbacks for timer [PULLv4,01/32] slirp: Avoid unaligned 16bit memory access - - - - --- 2019-02-07 Samuel Thibault New
[PULLv4,07/32] net/slirp: fix leaks on forwarding rule registration error [PULLv4,01/32] slirp: Avoid unaligned 16bit memory access - - - - --- 2019-02-07 Samuel Thibault New
[PULLv4,06/32] net/slirp: free forwarding rules on cleanup [PULLv4,01/32] slirp: Avoid unaligned 16bit memory access - - - - --- 2019-02-07 Samuel Thibault New
[PULLv4,05/32] net/slirp: simplify checking for cmd: prefix [PULLv4,01/32] slirp: Avoid unaligned 16bit memory access - - - - --- 2019-02-07 Samuel Thibault New
[PULLv4,04/32] slirp: generalize guestfwd with a callback based approach [PULLv4,01/32] slirp: Avoid unaligned 16bit memory access - - - - --- 2019-02-07 Samuel Thibault New
[PULLv4,03/32] slirp: Don't mark struct ipq or struct ipasfrag as packed [PULLv4,01/32] slirp: Avoid unaligned 16bit memory access - - 1 - --- 2019-02-07 Samuel Thibault New
[PULLv4,02/32] slirp: Avoid marking naturally packed structs as QEMU_PACKED [PULLv4,01/32] slirp: Avoid unaligned 16bit memory access - - 1 - --- 2019-02-07 Samuel Thibault New
[PULLv4,01/32] slirp: Avoid unaligned 16bit memory access [PULLv4,01/32] slirp: Avoid unaligned 16bit memory access - - 1 - --- 2019-02-07 Samuel Thibault New
[PULLv4,00/32] More work towards libslirp - - - - --- 2019-02-07 Samuel Thibault New
[3/3] char-socket: Lock tcp_chr_disconnect() and socket_reconnect_timeout() char-socket: Fix race condition - - - - --- 2019-02-07 Alberto Garcia New
[2/3] main-loop: Add qemu_idle_add() char-socket: Fix race condition - - 2 - --- 2019-02-07 Alberto Garcia New
[1/3] main-loop: Don't leak GSources attached to a GMainContext char-socket: Fix race condition - - 2 - --- 2019-02-07 Alberto Garcia New
[2/2] qemu-options: Remove deprecated option -clock Deprecation patches - - 1 - --- 2019-02-07 Thomas Huth New
[1/2] qemu-deprecated: Remove -virtioconsole and -no-frame for good Deprecation patches - 1 1 - --- 2019-02-07 Thomas Huth New
[PULL,v2,3/3] linux-user: add new netlink types [PULL,v2,1/3] Fix linux-user crashes in ioctl(SIOCGIFCONF) when ifc_buf is NULL. - - - - --- 2019-02-07 Laurent Vivier New
[PULL,v2,2/3] linux-user: Check sscanf return value in open_net_route() [PULL,v2,1/3] Fix linux-user crashes in ioctl(SIOCGIFCONF) when ifc_buf is NULL. - - 3 - --- 2019-02-07 Laurent Vivier New
[PULL,v2,1/3] Fix linux-user crashes in ioctl(SIOCGIFCONF) when ifc_buf is NULL. [PULL,v2,1/3] Fix linux-user crashes in ioctl(SIOCGIFCONF) when ifc_buf is NULL. - - 1 - --- 2019-02-07 Laurent Vivier New
[PULL,v2,0/3] Linux user for 4.0 patches - - - - --- 2019-02-07 Laurent Vivier New
[19/19] target/hppa: Merge translate_one into hppa_tr_translate_insn target/hppa: Convert to decodetree - - - - --- 2019-02-07 Richard Henderson New
[18/19] target/hppa: Convert fp operate insns target/hppa: Convert to decodetree - - - - --- 2019-02-07 Richard Henderson New
[17/19] target/hppa: Convert fp fused multiply-add insns target/hppa: Convert to decodetree - - - - --- 2019-02-07 Richard Henderson New
[16/19] target/hppa: Convert halt/reset insns target/hppa: Convert to decodetree - - - - --- 2019-02-07 Richard Henderson New
[15/19] target/hppa: Convert fp indexed memory insns target/hppa: Convert to decodetree - - - - --- 2019-02-07 Richard Henderson New
[14/19] target/hppa: Convert offset memory insns target/hppa: Convert to decodetree - - - - --- 2019-02-07 Richard Henderson New
[13/19] target/hppa: Convert arithmetic immediate insns target/hppa: Convert to decodetree - - - - --- 2019-02-07 Richard Henderson New
[12/19] target/hppa: Convert direct and indirect branches target/hppa: Convert to decodetree - - - - --- 2019-02-07 Richard Henderson New
[11/19] target/hppa: Convert shift, extract, deposit insns target/hppa: Convert to decodetree - - - - --- 2019-02-07 Richard Henderson New
[10/19] target/hppa: Convert conditional branches target/hppa: Convert to decodetree - - - - --- 2019-02-07 Richard Henderson New
[09/19] target/hppa: Convert fp multiply-add target/hppa: Convert to decodetree - - - - --- 2019-02-07 Richard Henderson New
[08/19] target/hppa: Convert indexed memory insns target/hppa: Convert to decodetree - - - - --- 2019-02-07 Richard Henderson New
[07/19] target/hppa: Convert arithmetic/logical insns target/hppa: Convert to decodetree - - - - --- 2019-02-07 Richard Henderson New
[06/19] target/hppa: Convert memory management insns target/hppa: Convert to decodetree - - - - --- 2019-02-07 Richard Henderson New
[05/19] target/hppa: Unify specializations of OR target/hppa: Convert to decodetree - - - - --- 2019-02-07 Richard Henderson New
[04/19] target/hppa: Convert remainder of system insns target/hppa: Convert to decodetree - - - - --- 2019-02-07 Richard Henderson New
[03/19] target/hppa: Convert move to/from system registers target/hppa: Convert to decodetree - - - - --- 2019-02-07 Richard Henderson New
[02/19] target/hppa: Begin using scripts/decodetree.py target/hppa: Convert to decodetree - - - - --- 2019-02-07 Richard Henderson New
[01/19] target/hppa: Use DisasContextBase.is_jmp target/hppa: Convert to decodetree - - - - --- 2019-02-07 Richard Henderson New
[PULL,3/3] linux-user: add new netlink types [PULL,1/3] Fix linux-user crashes in ioctl(SIOCGIFCONF) when ifc_buf is NULL. - - - - --- 2019-02-07 Laurent Vivier New
[PULL,2/3] linux-user: Check sscanf return value in open_net_route() [PULL,1/3] Fix linux-user crashes in ioctl(SIOCGIFCONF) when ifc_buf is NULL. - - 3 - --- 2019-02-07 Laurent Vivier New
[PULL,1/3] Fix linux-user crashes in ioctl(SIOCGIFCONF) when ifc_buf is NULL. [PULL,1/3] Fix linux-user crashes in ioctl(SIOCGIFCONF) when ifc_buf is NULL. - - 1 - --- 2019-02-07 Laurent Vivier New
[PULL,0/3] Linux user for 4.0 patches - - - - --- 2019-02-07 Laurent Vivier New
[v3,17/17] hw/ide: drop iov field from IDEDMA block: local qiov helper - - 1 - --- 2019-02-07 Vladimir Sementsov-Ogievskiy New
[v3,16/17] hw/ide: drop iov field from IDEBufferedRequest block: local qiov helper - - 1 - --- 2019-02-07 Vladimir Sementsov-Ogievskiy New
[v3,15/17] hw/ide: drop iov field from IDEState block: local qiov helper - - 1 - --- 2019-02-07 Vladimir Sementsov-Ogievskiy New
[v3,14/17] tests/test-bdrv-drain: use QEMU_IOVEC_INIT_BUF block: local qiov helper - - 1 - --- 2019-02-07 Vladimir Sementsov-Ogievskiy New
[v3,13/17] migration/block: use qemu_iovec_init_buf block: local qiov helper - - 1 - --- 2019-02-07 Vladimir Sementsov-Ogievskiy New
[v3,12/17] qemu-img: use qemu_iovec_init_buf block: local qiov helper - - 1 - --- 2019-02-07 Vladimir Sementsov-Ogievskiy New
[v3,11/17] block/vmdk: use qemu_iovec_init_buf block: local qiov helper - - 1 - --- 2019-02-07 Vladimir Sementsov-Ogievskiy New
[v3,10/17] block/qed: use qemu_iovec_init_buf block: local qiov helper - - 1 - --- 2019-02-07 Vladimir Sementsov-Ogievskiy New
[v3,09/17] block/qcow2: use qemu_iovec_init_buf block: local qiov helper - - 1 - --- 2019-02-07 Vladimir Sementsov-Ogievskiy New
[v3,08/17] block/qcow: use qemu_iovec_init_buf block: local qiov helper - - 1 - --- 2019-02-07 Vladimir Sementsov-Ogievskiy New
[v3,07/17] block/parallels: use QEMU_IOVEC_INIT_BUF block: local qiov helper - - 1 - --- 2019-02-07 Vladimir Sementsov-Ogievskiy New
[v3,06/17] block/stream: use QEMU_IOVEC_INIT_BUF block: local qiov helper - - 1 - --- 2019-02-07 Vladimir Sementsov-Ogievskiy New
[v3,05/17] block/commit: use QEMU_IOVEC_INIT_BUF block: local qiov helper - - 1 - --- 2019-02-07 Vladimir Sementsov-Ogievskiy New
[v3,04/17] block/backup: use qemu_iovec_init_buf block: local qiov helper - - 1 - --- 2019-02-07 Vladimir Sementsov-Ogievskiy New
[v3,03/17] block/block-backend: use QEMU_IOVEC_INIT_BUF block: local qiov helper - - 1 - --- 2019-02-07 Vladimir Sementsov-Ogievskiy New
[v3,02/17] block/io: use qemu_iovec_init_buf block: local qiov helper - - 1 - --- 2019-02-07 Vladimir Sementsov-Ogievskiy New
[v3,01/17] block: enhance QEMUIOVector structure block: local qiov helper - - 1 - --- 2019-02-07 Vladimir Sementsov-Ogievskiy New
[2/2] tricore: fixed RCR_CADDN instruction Untitled series #90513 - - - - --- 2019-02-07 David Brenken New
[1/2] tricore: fixed RCR_CADD instruction tricore: fixes for CADD and CADDN instructions - - - - --- 2019-02-07 David Brenken New
[PULL,3/3] sun4m: pass initrd size to OpenBIOS via fw_cfg interface [PULL,1/3] hw/sparc64: Create VGA device only if it has really been requested - - - - --- 2019-02-06 Mark Cave-Ayland New
[PULL,2/3] sun4u: add power_mem_read routine [PULL,1/3] hw/sparc64: Create VGA device only if it has really been requested - - - - --- 2019-02-06 Mark Cave-Ayland New
[PULL,1/3] hw/sparc64: Create VGA device only if it has really been requested [PULL,1/3] hw/sparc64: Create VGA device only if it has really been requested - - - - --- 2019-02-06 Mark Cave-Ayland New
[PULL,0/3] qemu-sparc queue 20190206 - - - - --- 2019-02-06 Mark Cave-Ayland New
qapi: Fix qcow2 encryption doc typo qapi: Fix qcow2 encryption doc typo - - 1 - --- 2019-02-06 Eric Blake New
[v3,8/8] iotests: qcow2's encrypt.format is now optional block: Try to create well-typed json:{} filenames - - 2 - --- 2019-02-06 Max Reitz New
[v3,7/8] iotests: Test internal option typing block: Try to create well-typed json:{} filenames - - 1 - --- 2019-02-06 Max Reitz New
[v3,6/8] block: Try to create well typed json:{} filenames block: Try to create well-typed json:{} filenames - - 1 - --- 2019-02-06 Max Reitz New
[v3,5/8] qapi: Formalize qcow encryption probing block: Try to create well-typed json:{} filenames - - 2 - --- 2019-02-06 Max Reitz New
[v3,4/8] qapi: Formalize qcow2 encryption probing block: Try to create well-typed json:{} filenames - - 1 - --- 2019-02-06 Max Reitz New
[v3,3/8] tests: Add QAPI optional discriminator tests block: Try to create well-typed json:{} filenames - - 1 - --- 2019-02-06 Max Reitz New
[v3,2/8] docs/qapi: Document optional discriminators block: Try to create well-typed json:{} filenames - - 1 - --- 2019-02-06 Max Reitz New
[v3,1/8] qapi: Add default-variant for flat unions block: Try to create well-typed json:{} filenames - - 1 - --- 2019-02-06 Max Reitz New
« 1 2 ... 2008 2009 20104308 4309 »