Re: uaudio_drain() not needed?

2017-04-29 Thread Michael W. Bombardieri
On Mon, Apr 24, 2017 at 08:29:17AM +0200, Alexandre Ratchov wrote: > On Mon, Apr 24, 2017 at 01:04:12AM +0800, Michael W. Bombardieri wrote: > > Hi, > > > > When I remove uaudio_drain() on my laptop the attach/detach still > > seems to work as expected. > > I did a test with two usb soundcards.

Re: arm64 gic-v3 driver

2017-04-29 Thread Patrick Wildt
On Sat, Apr 29, 2017 at 06:45:15PM +0200, Mark Kettenis wrote: > The firefly rk3399 board has a gic-v3, so I'd like to get Dale's > driver into the tree. I did some further cleanup, renamed the driver > to agintc(4) (as jsg@ felt the "new" in angintc(4) did't make sense) > and fixed two bugs: >

arm64 gic-v3 driver

2017-04-29 Thread Mark Kettenis
The firefly rk3399 board has a gic-v3, so I'd like to get Dale's driver into the tree. I did some further cleanup, renamed the driver to agintc(4) (as jsg@ felt the "new" in angintc(4) did't make sense) and fixed two bugs: * prival in setipl() was used uninitialized * apparently a dsb

[PATCH] Clean up obsolete information in gettimeofday.2

2017-04-29 Thread Bryan Linton
Is this worth deleting now that struct timezone *tzp is no longer used? I was originally going to send a small diff changing only the line that read, "If tp or tzp is NULL, the associated time information will not be returned or set" since gettimeofday(, NULL) works exactly as one would expect.

[PATCH] vmm: Add MSRs to readregs / writeregs

2017-04-29 Thread Pratik Vyas
Hello tech@, This is a patch that extends the readregs and writeregs vmm(4) ioctl to read and write MSRs as well. It also sets the IA32_VMX_IA32E_MODE_GUEST entry control in vcpu_reset_regs based on the value of EFER_LMA. There are changes to vmmvar.h and would require a `make includes` step