summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hw/isa/vt82c686: Instantiate AC97 and MC97 functions in host deviceBernhard Beschow2022-10-313-9/+16
* hw/isa/vt82c686: Instantiate PM function in host deviceBernhard Beschow2022-10-314-5/+15
* hw/isa/vt82c686: Instantiate USB functions in host deviceBernhard Beschow2022-10-313-7/+12
* hw/isa/vt82c686: Introduce TYPE_VT82C686B_USB_UHCI defineBernhard Beschow2022-10-314-6/+7
* hw/isa/vt82c686: Instantiate IDE function in host deviceBernhard Beschow2022-10-316-11/+26
* hw/isa/vt82c686: Introduce TYPE_VIA_IDE defineBernhard Beschow2022-10-314-3/+4
* hw/isa/vt82c686: Reuse errpBernhard Beschow2022-10-311-1/+6
* hw/isa/vt82c686: Prefer pci_address_space() over get_system_memory()Bernhard Beschow2022-10-311-1/+1
* hw/isa/vt82c686: Resolve unneeded attributeBernhard Beschow2022-10-311-8/+8
* hw/isa/vt82c686: Resolve chip-specific realize methodsBernhard Beschow2022-10-311-15/+18
* Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi2022-10-3017-31/+642
|\
| * vl: Allow ThreadContext objects to be created before the sandbox optionDavid Hildenbrand2022-10-271-4/+32
| * hostmem: Allow for specifying a ThreadContext for preallocationDavid Hildenbrand2022-10-273-3/+15
| * util: Make qemu_prealloc_mem() optionally consume a ThreadContextDavid Hildenbrand2022-10-275-11/+22
| * util: Add write-only "node-affinity" property for ThreadContextDavid Hildenbrand2022-10-273-2/+93
| * util: Introduce ThreadContext user-creatable objectDavid Hildenbrand2022-10-275-0/+354
| * util: Introduce qemu_thread_set_affinity() and qemu_thread_get_affinity()David Hildenbrand2022-10-274-0/+102
| * util: Cleanup and rename os_mem_prealloc()David Hildenbrand2022-10-276-23/+36
| * hw/mem/nvdimm: fix error message for 'unarmed' flagJulia Suvorova2022-10-241-1/+1
* | Merge tag 'pull-error-2022-10-28' of https://repo.or.cz/qemu/armbru into stagingStefan Hajnoczi2022-10-307-11/+10Star
|\ \
| * | qerror: QERR_PERMISSION_DENIED is no longer used, dropMarkus Armbruster2022-10-271-3/+0Star
| * | qtest: Improve error messages when property can not be set right nowMarkus Armbruster2022-10-271-2/+2
| * | backends: Improve error messages when property can no longer be setMarkus Armbruster2022-10-274-4/+4
| * | qom: Improve error messages when property has no getter or setterMarkus Armbruster2022-10-271-2/+4
* | | Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi2022-10-3025-210/+1473
|\ \ \
| * | | net: stream: add QAPI events to report connection stateLaurent Vivier2022-10-282-0/+54
| * | | net: stream: move to QIO to enable additional parametersLaurent Vivier2022-10-282-318/+178Star
| * | | qemu-sockets: update socket_uri() and socket_parse() to be consistentLaurent Vivier2022-10-281-1/+6
| * | | qemu-sockets: move and rename SocketAddress_to_str()Laurent Vivier2022-10-283-23/+22Star
| * | | net: dgram: add unix socketLaurent Vivier2022-10-283-2/+56
| * | | net: dgram: move mcast specific code from net_socket_fd_init_dgram()Laurent Vivier2022-10-281-67/+76
| * | | net: dgram: make dgram_dst genericLaurent Vivier2022-10-281-29/+53
| * | | net: stream: add unix socketLaurent Vivier2022-10-283-6/+104
| * | | net: stream: Don't ignore EINVAL on netdev socket connectionStefano Brivio2022-10-281-2/+1Star
| * | | net: socket: Don't ignore EINVAL on netdev socket connectionStefano Brivio2022-10-281-2/+1Star
| * | | qapi: net: add stream and dgram netdevsLaurent Vivier2022-10-289-4/+1078
| * | | net: introduce qemu_set_info_str() functionLaurent Vivier2022-10-2811-47/+41Star
| * | | qapi: net: introduce a way to bypass qemu_opts_parse_noisily()Laurent Vivier2022-10-283-1/+64
| * | | net: simplify net_client_parse() error managementLaurent Vivier2022-10-283-14/+6Star
| * | | net: remove the @errp argument of net_client_inits()Laurent Vivier2022-10-283-15/+9Star
| * | | net: introduce convert_host_port()Laurent Vivier2022-10-282-30/+34
| * | | vhost: Accept event idx flagEugenio Pérez2022-10-281-0/+1
| * | | vhost: use avail event idx on vhost_svq_kickEugenio Pérez2022-10-281-1/+11
| * | | vhost: toggle device callbacks using used event idxEugenio Pérez2022-10-281-3/+15
| * | | vhost: allocate event_idx fields on vringEugenio Pérez2022-10-281-4/+4
| * | | net: improve error message for missing netdev backendDaniel P. Berrangé2022-10-281-7/+11
| * | | vhost-vdpa: allow passing opened vhostfd to vhost-vdpaSi-Wei Liu2022-10-283-7/+27
| * | | vdpa: Remove shadow CVQ command checkEugenio Pérez2022-10-281-48/+0Star
| * | | vdpa: Delete duplicated vdpa_feature_bits entryEugenio Pérez2022-10-281-1/+0Star
| * | | virtio-net: fix TX timer with tx_burstLaurent Vivier2022-10-281-9/+41